COLOR #A99F7D

HEX: #A99F7D
RGB: (169,159,125)

Color info

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

RGB color model

#A99F7D color RGB value is (169,159,125).

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

RGB channels and saturation

R 169 of 255 = 66%
G 159 of 255 = 62%
B 125 of 255 = 49%

169
159
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 159 + 125 = 453 (100%)
R 169 of 453 ~ 37.31%
G 159 of 453 ~ 35.1%
B 125 of 453 ~ 27.59%

%37.31
%35.1
%27.59

CMYK color model

#A99F7D color CMYK value is (0,6,26,34).

  • cyan value is 0.00%
  • magenta value is 5.92%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,6,26,34)
C0M6Y26K34 
(0%,6%,26%,34%)
(0.00/0.06/0.26/0.34)	

CMYK percentages

%0
%5.92
%26.04
%33.73

Codes

Color #A99F7D in popluar color models

A99F7D
RGB169159125
HSL46°20.37%57.65%
HSB/HSV46°26.04%66.27%
CMYK0.00%5.92%26.04%
33.73%

Color #A99F7D in popluar number systems.

HEXA99F7D
Decimal169159125
Binary10101001100111111111101
Octal251237175

Shades and tints

Shades of #A99F7D

#A99F7D
(169,159,125)
#9A9172
(154,145,114)
#8B8367
(139,131,103)
#7C755C
(124,117,92)
#6D6751
(109,103,81)
#5E5946
(94,89,70)
#4F4B3B
(79,75,59)
#403D30
(64,61,48)
#312F25
(49,47,37)
#22211A
(34,33,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A99F7D

#A99F7D
(169,159,125)
#B0A788
(176,167,136)
#B7AF93
(183,175,147)
#BEB79E
(190,183,158)
#C5BFA9
(197,191,169)
#CCC7B4
(204,199,180)
#D3CFBF
(211,207,191)
#DAD7CA
(218,215,202)
#E1DFD5
(225,223,213)
#E8E7E0
(232,231,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99F7D; }

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

This text font color is #A99F7D.


Background Color

.myBgColor { background-color: #A99F7D; }

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

This div background color is #A99F7D.


Border color

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

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

This div border color is #A99F7D.


Opacity

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

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

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

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

This text has shadow with #A99F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99F7D on black background.


Color preview on white background

This text has color #A99F7D on white background.



Black color preview on #A99F7D background

This text has black color on #A99F7D background.


White color preview on #A99F7D background

This text has white color on #A99F7D background.