COLOR #A9817A

HEX: #A9817A
RGB: (169,129,122)

Color info

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

RGB color model

#A9817A color RGB value is (169,129,122).

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

RGB channels and saturation

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

169
129
122

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

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 122 = 420 (100%)
R 169 of 420 ~ 40.24%
G 129 of 420 ~ 30.71%
B 122 of 420 ~ 29.05%

%40.24
%30.71
%29.05

CMYK color model

#A9817A color CMYK value is (0,24,28,34).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(0,24,28,34)
C0M24Y28K34 
(0%,24%,28%,34%)
(0.00/0.24/0.28/0.34)	

CMYK percentages

%0
%23.67
%27.81
%33.73

Codes

Color #A9817A in popluar color models

A9817A
RGB169129122
HSL21.46%57.06%
HSB/HSV27.81%66.27%
CMYK0.00%23.67%27.81%
33.73%

Color #A9817A in popluar number systems.

HEXA9817A
Decimal169129122
Binary10101001100000011111010
Octal251201172

Shades and tints

Shades of #A9817A

#A9817A
(169,129,122)
#9A766F
(154,118,111)
#8B6B64
(139,107,100)
#7C6059
(124,96,89)
#6D554E
(109,85,78)
#5E4A43
(94,74,67)
#4F3F38
(79,63,56)
#40342D
(64,52,45)
#312922
(49,41,34)
#221E17
(34,30,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #A9817A

#A9817A
(169,129,122)
#B08C86
(176,140,134)
#B79792
(183,151,146)
#BEA29E
(190,162,158)
#C5ADAA
(197,173,170)
#CCB8B6
(204,184,182)
#D3C3C2
(211,195,194)
#DACECE
(218,206,206)
#E1D9DA
(225,217,218)
#E8E4E6
(232,228,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9817A; }

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

This text font color is #A9817A.


Background Color

.myBgColor { background-color: #A9817A; }

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

This div background color is #A9817A.


Border color

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

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

This div border color is #A9817A.


Opacity

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

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

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

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

This text has shadow with #A9817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9817A on black background.


Color preview on white background

This text has color #A9817A on white background.



Black color preview on #A9817A background

This text has black color on #A9817A background.


White color preview on #A9817A background

This text has white color on #A9817A background.