COLOR #A99A7C

HEX: #A99A7C
RGB: (169,154,124)

Color info

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

RGB color model

#A99A7C color RGB value is (169,154,124).

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

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 124 of 255 = 49%

169
154
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 154 + 124 = 447 (100%)
R 169 of 447 ~ 37.81%
G 154 of 447 ~ 34.45%
B 124 of 447 ~ 27.74%

%37.81
%34.45
%27.74

CMYK color model

#A99A7C color CMYK value is (0,9,27,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,9,27,34)
C0M9Y27K34 
(0%,9%,27%,34%)
(0.00/0.09/0.27/0.34)	

CMYK percentages

%0
%8.88
%26.63
%33.73

Codes

Color #A99A7C in popluar color models

A99A7C
RGB169154124
HSL40°20.74%57.45%
HSB/HSV40°26.63%66.27%
CMYK0.00%8.88%26.63%
33.73%

Color #A99A7C in popluar number systems.

HEXA99A7C
Decimal169154124
Binary10101001100110101111100
Octal251232174

Shades and tints

Shades of #A99A7C

#A99A7C
(169,154,124)
#9A8C71
(154,140,113)
#8B7E66
(139,126,102)
#7C705B
(124,112,91)
#6D6250
(109,98,80)
#5E5445
(94,84,69)
#4F463A
(79,70,58)
#40382F
(64,56,47)
#312A24
(49,42,36)
#221C19
(34,28,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #A99A7C

#A99A7C
(169,154,124)
#B0A387
(176,163,135)
#B7AC92
(183,172,146)
#BEB59D
(190,181,157)
#C5BEA8
(197,190,168)
#CCC7B3
(204,199,179)
#D3D0BE
(211,208,190)
#DAD9C9
(218,217,201)
#E1E2D4
(225,226,212)
#E8EBDF
(232,235,223)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99A7C; }

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

This text font color is #A99A7C.


Background Color

.myBgColor { background-color: #A99A7C; }

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

This div background color is #A99A7C.


Border color

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

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

This div border color is #A99A7C.


Opacity

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

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

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

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

This text has shadow with #A99A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99A7C on black background.


Color preview on white background

This text has color #A99A7C on white background.



Black color preview on #A99A7C background

This text has black color on #A99A7C background.


White color preview on #A99A7C background

This text has white color on #A99A7C background.