COLOR #A9B19D

HEX: #A9B19D RGB: (169,177,157)

Color info

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

RGB color model

#A9B19D color RGB value is (169,177,157).

RGB: (169,177,157) (66%, 69%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 157 of 255 = 62%

169
177
157

R + G + B ~ 66%. #A9B19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 177 + 157 = 503 (100%)
R 169 of 503 ~ 33.6%
G 177 of 503 ~ 35.19%
B 157 of 503 ~ 31.21'%

%33.6
%35.19
%31.21

CMYK color model

#A9B19D color CMYK value is (5,0,11,31).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%

CMYK: (5,0,11,31)
C5M0Y11K31 (5%, 0%, 11%, 31%)
(0.05 / 0.00 / 0.11 / 0.31)

CMYK percentages

%4.52
%0
%11.3
%30.59

Codes

Color #A9B19D in popluar color models

A9 B1 9D
RGB 169 177 157
HSL 84° 11.36% 65.49%
HSB/HSV 84° 11.30% 69.41%
CMYK 4.52% 0.00% 11.30%
30.59%

Color #A9B19D in popluar number systems.

HEX A9 B1 9D
Decimal 169 177 157
Binary 10101001 10110001 10011101
Octal 251 261 235

Shades and tints

Shades of #A9B19D

#A9B19D
(169,177,157)
#9AA18F
(154,161,143)
#8B9181
(139,145,129)
#7C8173
(124,129,115)
#6D7165
(109,113,101)
#5E6157
(94,97,87)
#4F5149
(79,81,73)
#40413B
(64,65,59)
#31312D
(49,49,45)
#22211F
(34,33,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9B19D

#A9B19D
(169,177,157)
#B0B8A5
(176,184,165)
#B7BFAD
(183,191,173)
#BEC6B5
(190,198,181)
#C5CDBD
(197,205,189)
#CCD4C5
(204,212,197)
#D3DBCD
(211,219,205)
#DAE2D5
(218,226,213)
#E1E9DD
(225,233,221)
#E8F0E5
(232,240,229)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B19D color. Also use rgb(169,177,157) instead hex code.

Text Font Color

.myTextColor { color: #A9B19D; }

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

This text font color is #A9B19D.

Background Color

.myBgColor { background-color: #A9B19D; }

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

This div background color is #A9B19D.

Border color

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

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

This div border color is #A9B19D.

Opacity

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

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

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

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

This text has shadow with #A9B19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B19D.

Preview

Color preview on black background

This text has color #A9B19D on black background.


Color preview on white background

This text has color #A9B19D on white background.


Black color preview on #A9B19D background

This text has black color on #A9B19D background.


White color preview on #A9B19D background

This text has white color on #A9B19D background.


Related colors

Complementary color

Complementary color for #hex is #564E62.


I love getcolorcode.com

Triadic colors

1 #9DA9B1 and #B19DA9 with #A9B19D are triadic colors.

2 #9DB1A9 and #B1A99D with #A9B19D are triadic colors.