COLOR #A99E88

HEX: #A99E88 RGB: (169,158,136)

Color info

#A99E88 contains red, green and blue colors in about the same proportion. Web safe color of #A99E88 is #999999 (or #999).

RGB color model

#A99E88 color RGB value is (169,158,136).

RGB: (169,158,136) (66%, 62%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 136 of 255 = 53%

169
158
136

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

Portions of RGB colors in percentages

R + G + B = 169 + 158 + 136 = 463 (100%)
R 169 of 463 ~ 36.5%
G 158 of 463 ~ 34.13%
B 136 of 463 ~ 29.37'%

%36.5
%34.13
%29.37

CMYK color model

#A99E88 color CMYK value is (0,7,20,34).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 19.53%
  • key color value is 33.73%

CMYK: (0,7,20,34)
C0M7Y20K34 (0%, 7%, 20%, 34%)
(0.00 / 0.07 / 0.20 / 0.34)

CMYK percentages

%0
%6.51
%19.53
%33.73

Codes

Color #A99E88 in popluar color models

A9 9E 88
RGB 169 158 136
HSL 40° 16.10% 59.80%
HSB/HSV 40° 19.53% 66.27%
CMYK 0.00% 6.51% 19.53%
33.73%

Color #A99E88 in popluar number systems.

HEX A9 9E 88
Decimal 169 158 136
Binary 10101001 10011110 10001000
Octal 251 236 210

Shades and tints

Shades of #A99E88

#A99E88
(169,158,136)
#9A907C
(154,144,124)
#8B8270
(139,130,112)
#7C7464
(124,116,100)
#6D6658
(109,102,88)
#5E584C
(94,88,76)
#4F4A40
(79,74,64)
#403C34
(64,60,52)
#312E28
(49,46,40)
#22201C
(34,32,28)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A99E88

#A99E88
(169,158,136)
#B0A692
(176,166,146)
#B7AE9C
(183,174,156)
#BEB6A6
(190,182,166)
#C5BEB0
(197,190,176)
#CCC6BA
(204,198,186)
#D3CEC4
(211,206,196)
#DAD6CE
(218,214,206)
#E1DED8
(225,222,216)
#E8E6E2
(232,230,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99E88; }

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

This text font color is #A99E88.

Background Color

.myBgColor { background-color: #A99E88; }

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

This div background color is #A99E88.

Border color

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

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

This div border color is #A99E88.

Opacity

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

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

Text with #A99E88 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 #A99E88;}

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

This text has shadow with #A99E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99E88.

Preview

Color preview on black background

This text has color #A99E88 on black background.


Color preview on white background

This text has color #A99E88 on white background.


Black color preview on #A99E88 background

This text has black color on #A99E88 background.


White color preview on #A99E88 background

This text has white color on #A99E88 background.


Related colors

Complementary color

Complementary color for #hex is #566177.


I love getcolorcode.com

Triadic colors

1 #88A99E and #9E88A9 with #A99E88 are triadic colors.

2 #889EA9 and #9EA988 with #A99E88 are triadic colors.