COLOR #A99B8E

HEX: #A99B8E RGB: (169,155,142)

Color info

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

RGB color model

#A99B8E color RGB value is (169,155,142).

RGB: (169,155,142) (66%, 61%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 142 of 255 = 56%

169
155
142

R + G + B ~ 61%. #A99B8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 142 = 466 (100%)
R 169 of 466 ~ 36.27%
G 155 of 466 ~ 33.26%
B 142 of 466 ~ 30.47'%

%36.27
%33.26
%30.47

CMYK color model

#A99B8E color CMYK value is (0,8,16,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 15.98%
  • key color value is 33.73%

CMYK: (0,8,16,34)
C0M8Y16K34 (0%, 8%, 16%, 34%)
(0.00 / 0.08 / 0.16 / 0.34)

CMYK percentages

%0
%8.28
%15.98
%33.73

Codes

Color #A99B8E in popluar color models

A9 9B 8E
RGB 169 155 142
HSL 29° 13.57% 60.98%
HSB/HSV 29° 15.98% 66.27%
CMYK 0.00% 8.28% 15.98%
33.73%

Color #A99B8E in popluar number systems.

HEX A9 9B 8E
Decimal 169 155 142
Binary 10101001 10011011 10001110
Octal 251 233 216

Shades and tints

Shades of #A99B8E

#A99B8E
(169,155,142)
#9A8D82
(154,141,130)
#8B7F76
(139,127,118)
#7C716A
(124,113,106)
#6D635E
(109,99,94)
#5E5552
(94,85,82)
#4F4746
(79,71,70)
#40393A
(64,57,58)
#312B2E
(49,43,46)
#221D22
(34,29,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #A99B8E

#A99B8E
(169,155,142)
#B0A498
(176,164,152)
#B7ADA2
(183,173,162)
#BEB6AC
(190,182,172)
#C5BFB6
(197,191,182)
#CCC8C0
(204,200,192)
#D3D1CA
(211,209,202)
#DADAD4
(218,218,212)
#E1E3DE
(225,227,222)
#E8ECE8
(232,236,232)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99B8E color. Also use rgb(169,155,142) instead hex code.

Text Font Color

.myTextColor { color: #A99B8E; }

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

This text font color is #A99B8E.

Background Color

.myBgColor { background-color: #A99B8E; }

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

This div background color is #A99B8E.

Border color

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

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

This div border color is #A99B8E.

Opacity

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

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

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

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

This text has shadow with #A99B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99B8E.

Preview

Color preview on black background

This text has color #A99B8E on black background.


Color preview on white background

This text has color #A99B8E on white background.


Black color preview on #A99B8E background

This text has black color on #A99B8E background.


White color preview on #A99B8E background

This text has white color on #A99B8E background.


Related colors

Complementary color

Complementary color for #hex is #566471.


I love getcolorcode.com

Triadic colors

1 #8EA99B and #9B8EA9 with #A99B8E are triadic colors.

2 #8E9BA9 and #9BA98E with #A99B8E are triadic colors.