COLOR #A9817B

HEX: #A9817B RGB: (169,129,123)

Color info

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

RGB color model

#A9817B color RGB value is (169,129,123).

RGB: (169,129,123) (66%, 51%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 123 of 255 = 48%

169
129
123

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

Portions of RGB colors in percentages

R + G + B = 169 + 129 + 123 = 421 (100%)
R 169 of 421 ~ 40.14%
G 129 of 421 ~ 30.64%
B 123 of 421 ~ 29.22'%

%40.14
%30.64
%29.22

CMYK color model

#A9817B color CMYK value is (0,24,27,34).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK: (0,24,27,34) C0M24Y27K34 (0%,24%,27%,34%) (0.00/0.24/0.27/0.34) 

CMYK percentages

%0
%23.67
%27.22
%33.73

Codes

Color #A9817B in popluar color models

A9 81 7B
RGB 169 129 123
HSL 21.10% 57.25%
HSB/HSV 27.22% 66.27%
CMYK 0.00% 23.67% 27.22%
33.73%

Color #A9817B in popluar number systems.

HEX A9 81 7B
Decimal 169 129 123
Binary 10101001 10000001 1111011
Octal 251 201 173

Shades and tints

Shades of #A9817B

#A9817B
(169,129,123)
#9A7670
(154,118,112)
#8B6B65
(139,107,101)
#7C605A
(124,96,90)
#6D554F
(109,85,79)
#5E4A44
(94,74,68)
#4F3F39
(79,63,57)
#40342E
(64,52,46)
#312923
(49,41,35)
#221E18
(34,30,24)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #A9817B

#A9817B
(169,129,123)
#B08C87
(176,140,135)
#B79793
(183,151,147)
#BEA29F
(190,162,159)
#C5ADAB
(197,173,171)
#CCB8B7
(204,184,183)
#D3C3C3
(211,195,195)
#DACECF
(218,206,207)
#E1D9DB
(225,217,219)
#E8E4E7
(232,228,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9817B color. Also use rgb(169,129,123) instead hex code.

Text Font Color

.myTextColor { color: #A9817B; }

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

This text font color is #A9817B.

Background Color

.myBgColor { background-color: #A9817B; }

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

This div background color is #A9817B.

Border color

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

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

This div border color is #A9817B.

Opacity

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

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

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

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

This text has shadow with #A9817B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9817B.

Preview

Color preview on black background

This text has color #A9817B on black background.


Color preview on white background

This text has color #A9817B on white background.


Black color preview on #A9817B background

This text has black color on #A9817B background.


White color preview on #A9817B background

This text has white color on #A9817B background.


Related colors

Complementary color

Complementary color for #hex is #567E84.


I love getcolorcode.com

Triadic colors

1 #7BA981 and #817BA9 with #A9817B are triadic colors.

2 #7B81A9 and #81A97B with #A9817B are triadic colors.