COLOR #A9927D

HEX: #A9927D RGB: (169,146,125)

Color info

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

RGB color model

#A9927D color RGB value is (169,146,125).

RGB: (169,146,125) (66%, 57%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 125 of 255 = 49%

169
146
125

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

Portions of RGB colors in percentages

R + G + B = 169 + 146 + 125 = 440 (100%)
R 169 of 440 ~ 38.41%
G 146 of 440 ~ 33.18%
B 125 of 440 ~ 28.41'%

%38.41
%33.18
%28.41

CMYK color model

#A9927D color CMYK value is (0,14,26,34).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 26.04%
  • key color value is 33.73%

CMYK: (0,14,26,34)
C0M14Y26K34 (0%, 14%, 26%, 34%)
(0.00 / 0.14 / 0.26 / 0.34)

CMYK percentages

%0
%13.61
%26.04
%33.73

Codes

Color #A9927D in popluar color models

A9 92 7D
RGB 169 146 125
HSL 29° 20.37% 57.65%
HSB/HSV 29° 26.04% 66.27%
CMYK 0.00% 13.61% 26.04%
33.73%

Color #A9927D in popluar number systems.

HEX A9 92 7D
Decimal 169 146 125
Binary 10101001 10010010 1111101
Octal 251 222 175

Shades and tints

Shades of #A9927D

#A9927D
(169,146,125)
#9A8572
(154,133,114)
#8B7867
(139,120,103)
#7C6B5C
(124,107,92)
#6D5E51
(109,94,81)
#5E5146
(94,81,70)
#4F443B
(79,68,59)
#403730
(64,55,48)
#312A25
(49,42,37)
#221D1A
(34,29,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #A9927D

#A9927D
(169,146,125)
#B09B88
(176,155,136)
#B7A493
(183,164,147)
#BEAD9E
(190,173,158)
#C5B6A9
(197,182,169)
#CCBFB4
(204,191,180)
#D3C8BF
(211,200,191)
#DAD1CA
(218,209,202)
#E1DAD5
(225,218,213)
#E8E3E0
(232,227,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9927D; }

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

This text font color is #A9927D.

Background Color

.myBgColor { background-color: #A9927D; }

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

This div background color is #A9927D.

Border color

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

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

This div border color is #A9927D.

Opacity

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

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

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

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

This text has shadow with #A9927D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9927D.

Preview

Color preview on black background

This text has color #A9927D on black background.


Color preview on white background

This text has color #A9927D on white background.


Black color preview on #A9927D background

This text has black color on #A9927D background.


White color preview on #A9927D background

This text has white color on #A9927D background.


Related colors

Complementary color

Complementary color for #hex is #566D82.


I love getcolorcode.com

Triadic colors

1 #7DA992 and #927DA9 with #A9927D are triadic colors.

2 #7D92A9 and #92A97D with #A9927D are triadic colors.