COLOR #A99A82

HEX: #A99A82
RGB: (169,154,130)

Color info

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

RGB color model

#A99A82 color RGB value is (169,154,130).

  • red value is 169;
  • green value is 154;
  • blue value is 130.
RGB:
(169,154,130)
(66%,60%,51%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 130 of 255 = 51%

169
154
130

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

Portions of RGB colors in percentages

R + G + B =
169 + 154 + 130 = 453 (100%)
R 169 of 453 ~ 37.31%
G 154 of 453 ~ 34%
B 130 of 453 ~ 28.7%

%37.31
%34
%28.7

CMYK color model

#A99A82 color CMYK value is (0,9,23,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 23.08%
  • key color value is 33.73%
CMYK:
(0,9,23,34)
C0M9Y23K34 
(0%,9%,23%,34%)
(0.00/0.09/0.23/0.34)	

CMYK percentages

%0
%8.88
%23.08
%33.73

Codes

Color #A99A82 in popluar color models

A99A82
RGB169154130
HSL37°18.48%58.63%
HSB/HSV37°23.08%66.27%
CMYK0.00%8.88%23.08%
33.73%

Color #A99A82 in popluar number systems.

HEXA99A82
Decimal169154130
Binary101010011001101010000010
Octal251232202

Shades and tints

Shades of #A99A82

#A99A82
(169,154,130)
#9A8C77
(154,140,119)
#8B7E6C
(139,126,108)
#7C7061
(124,112,97)
#6D6256
(109,98,86)
#5E544B
(94,84,75)
#4F4640
(79,70,64)
#403835
(64,56,53)
#312A2A
(49,42,42)
#221C1F
(34,28,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #A99A82

#A99A82
(169,154,130)
#B0A38D
(176,163,141)
#B7AC98
(183,172,152)
#BEB5A3
(190,181,163)
#C5BEAE
(197,190,174)
#CCC7B9
(204,199,185)
#D3D0C4
(211,208,196)
#DAD9CF
(218,217,207)
#E1E2DA
(225,226,218)
#E8EBE5
(232,235,229)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99A82 color. Also use rgb(169,154,130) instead hex code.

Text Font Color

.myTextColor { color: #A99A82; }

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

This text font color is #A99A82.


Background Color

.myBgColor { background-color: #A99A82; }

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

This div background color is #A99A82.


Border color

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

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

This div border color is #A99A82.


Opacity

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

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

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

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

This text has shadow with #A99A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99A82 on black background.


Color preview on white background

This text has color #A99A82 on white background.



Black color preview on #A99A82 background

This text has black color on #A99A82 background.


White color preview on #A99A82 background

This text has white color on #A99A82 background.