COLOR #A9817D

HEX: #A9817D
RGB: (169,129,125)

Color info

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

RGB color model

#A9817D color RGB value is (169,129,125).

  • red value is 169;
  • green value is 129;
  • blue value is 125.
RGB:
(169,129,125)
(66%,51%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 125 of 255 = 49%

169
129
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 125 = 423 (100%)
R 169 of 423 ~ 39.95%
G 129 of 423 ~ 30.5%
B 125 of 423 ~ 29.55%

%39.95
%30.5
%29.55

CMYK color model

#A9817D color CMYK value is (0,24,26,34).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,24,26,34)
C0M24Y26K34 
(0%,24%,26%,34%)
(0.00/0.24/0.26/0.34)	

CMYK percentages

%0
%23.67
%26.04
%33.73

Codes

Color #A9817D in popluar color models

A9817D
RGB169129125
HSL20.37%57.65%
HSB/HSV26.04%66.27%
CMYK0.00%23.67%26.04%
33.73%

Color #A9817D in popluar number systems.

HEXA9817D
Decimal169129125
Binary10101001100000011111101
Octal251201175

Shades and tints

Shades of #A9817D

#A9817D
(169,129,125)
#9A7672
(154,118,114)
#8B6B67
(139,107,103)
#7C605C
(124,96,92)
#6D5551
(109,85,81)
#5E4A46
(94,74,70)
#4F3F3B
(79,63,59)
#403430
(64,52,48)
#312925
(49,41,37)
#221E1A
(34,30,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9817D

#A9817D
(169,129,125)
#B08C88
(176,140,136)
#B79793
(183,151,147)
#BEA29E
(190,162,158)
#C5ADA9
(197,173,169)
#CCB8B4
(204,184,180)
#D3C3BF
(211,195,191)
#DACECA
(218,206,202)
#E1D9D5
(225,217,213)
#E8E4E0
(232,228,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9817D; }

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

This text font color is #A9817D.


Background Color

.myBgColor { background-color: #A9817D; }

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

This div background color is #A9817D.


Border color

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

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

This div border color is #A9817D.


Opacity

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

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

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

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

This text has shadow with #A9817D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9817D on black background.


Color preview on white background

This text has color #A9817D on white background.



Black color preview on #A9817D background

This text has black color on #A9817D background.


White color preview on #A9817D background

This text has white color on #A9817D background.