COLOR #A9867E

HEX: #A9867E RGB: (169,134,126)

Color info

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

RGB color model

#A9867E color RGB value is (169,134,126).

RGB: (169,134,126) (66%, 53%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 126 of 255 = 49%

169
134
126

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

Portions of RGB colors in percentages

R + G + B = 169 + 134 + 126 = 429 (100%)
R 169 of 429 ~ 39.39%
G 134 of 429 ~ 31.24%
B 126 of 429 ~ 29.37'%

%39.39
%31.24
%29.37

CMYK color model

#A9867E color CMYK value is (0,21,25,34).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (0,21,25,34) C0M21Y25K34 (0%,21%,25%,34%) (0.00/0.21/0.25/0.34) 

CMYK percentages

%0
%20.71
%25.44
%33.73

Codes

Color #A9867E in popluar color models

A9 86 7E
RGB 169 134 126
HSL 11° 20.00% 57.84%
HSB/HSV 11° 25.44% 66.27%
CMYK 0.00% 20.71% 25.44%
33.73%

Color #A9867E in popluar number systems.

HEX A9 86 7E
Decimal 169 134 126
Binary 10101001 10000110 1111110
Octal 251 206 176

Shades and tints

Shades of #A9867E

#A9867E
(169,134,126)
#9A7A73
(154,122,115)
#8B6E68
(139,110,104)
#7C625D
(124,98,93)
#6D5652
(109,86,82)
#5E4A47
(94,74,71)
#4F3E3C
(79,62,60)
#403231
(64,50,49)
#312626
(49,38,38)
#221A1B
(34,26,27)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #A9867E

#A9867E
(169,134,126)
#B09189
(176,145,137)
#B79C94
(183,156,148)
#BEA79F
(190,167,159)
#C5B2AA
(197,178,170)
#CCBDB5
(204,189,181)
#D3C8C0
(211,200,192)
#DAD3CB
(218,211,203)
#E1DED6
(225,222,214)
#E8E9E1
(232,233,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9867E color. Also use rgb(169,134,126) instead hex code.

Text Font Color

.myTextColor { color: #A9867E; }

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

This text font color is #A9867E.

Background Color

.myBgColor { background-color: #A9867E; }

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

This div background color is #A9867E.

Border color

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

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

This div border color is #A9867E.

Opacity

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

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

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

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

This text has shadow with #A9867E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9867E.

Preview

Color preview on black background

This text has color #A9867E on black background.


Color preview on white background

This text has color #A9867E on white background.


Black color preview on #A9867E background

This text has black color on #A9867E background.


White color preview on #A9867E background

This text has white color on #A9867E background.


Related colors

Complementary color

Complementary color for #hex is #567981.


I love getcolorcode.com

Triadic colors

1 #7EA986 and #867EA9 with #A9867E are triadic colors.

2 #7E86A9 and #86A97E with #A9867E are triadic colors.