COLOR #A99E80

HEX: #A99E80
RGB: (169,158,128)

Color info

#A99E80 contains red, green and blue colors in about the same proportion. Web safe color of #A99E80 is #999966 (or #996).

RGB color model

#A99E80 color RGB value is (169,158,128).

  • red value is 169;
  • green value is 158;
  • blue value is 128.
RGB:
(169,158,128)
(66%,62%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 128 of 255 = 50%

169
158
128

R + G + B ~ 59%. #A99E80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 128 = 455 (100%)
R 169 of 455 ~ 37.14%
G 158 of 455 ~ 34.73%
B 128 of 455 ~ 28.13%

%37.14
%34.73
%28.13

CMYK color model

#A99E80 color CMYK value is (0,7,24,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(0,7,24,34)
C0M7Y24K34 
(0%,7%,24%,34%)
(0.00/0.07/0.24/0.34)	

CMYK percentages

%0
%6.51
%24.26
%33.73

Codes

Color #A99E80 in popluar color models

A99E80
RGB169158128
HSL44°19.25%58.24%
HSB/HSV44°24.26%66.27%
CMYK0.00%6.51%24.26%
33.73%

Color #A99E80 in popluar number systems.

HEXA99E80
Decimal169158128
Binary101010011001111010000000
Octal251236200

Shades and tints

Shades of #A99E80

#A99E80
(169,158,128)
#9A9075
(154,144,117)
#8B826A
(139,130,106)
#7C745F
(124,116,95)
#6D6654
(109,102,84)
#5E5849
(94,88,73)
#4F4A3E
(79,74,62)
#403C33
(64,60,51)
#312E28
(49,46,40)
#22201D
(34,32,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A99E80

#A99E80
(169,158,128)
#B0A68B
(176,166,139)
#B7AE96
(183,174,150)
#BEB6A1
(190,182,161)
#C5BEAC
(197,190,172)
#CCC6B7
(204,198,183)
#D3CEC2
(211,206,194)
#DAD6CD
(218,214,205)
#E1DED8
(225,222,216)
#E8E6E3
(232,230,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99E80 color. Also use rgb(169,158,128) instead hex code.

Text Font Color

.myTextColor { color: #A99E80; }

<p style="color:#A99E80">This sample text font color is #A99E80.</p>

This text font color is #A99E80.


Background Color

.myBgColor { background-color: #A99E80; }

<div style="background-color:#A99E80">Inner text</div>

This div background color is #A99E80.


Border color

.myBorderColor { border: 1px solid #A99E80; }

<div style="border:3px solid #A99E80">Div</div>

This div border color is #A99E80.


Opacity

.myOpacity80 { color: #A99E80; opacity: 0.8; }

<p style="color:#A99E80;opacity:0.8;">80%</p>

Text with #A99E80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A99E80;}

<p style="text-shadow: 3px 3px 1px #A99E80">Text here.</p>

This text has shadow with #A99E80 color.

.textShadow {text-shadow: 3px 3px 1px #A99E80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A99E80, 5px 5px 20px red">Text here.</p>

This text has shadow with #A99E80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A99E80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A99E80, Direction=45, Strength=4)">Text</p>

This text has shadow with #A99E80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A99E80;
  -webkit-box-shadow:	1px 1px 3px 2px #A99E80;
  box-shadow:		1px 1px 3px 2px #A99E80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A99E80;
-webkit-box-shadow: 1px 1px 3px 2px #A99E80;
box-shadow:1px 1px 3px 2px #A99E80;">
Div content here</div>
This div box has shadow with color #A99E80.

Preview

Color preview on black background

This text has color #A99E80 on black background.


Color preview on white background

This text has color #A99E80 on white background.



Black color preview on #A99E80 background

This text has black color on #A99E80 background.


White color preview on #A99E80 background

This text has white color on #A99E80 background.