COLOR #A9B27E

HEX: #A9B27E RGB: (169,178,126)

Color info

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

RGB color model

#A9B27E color RGB value is (169,178,126).

RGB: (169,178,126) (66%, 70%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 126 of 255 = 49%

169
178
126

R + G + B ~ 62%. #A9B27E is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 178 + 126 = 473 (100%)
R 169 of 473 ~ 35.73%
G 178 of 473 ~ 37.63%
B 126 of 473 ~ 26.64'%

%35.73
%37.63
%26.64

CMYK color model

#A9B27E color CMYK value is (5,0,29,30).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK: (5,0,29,30) C5M0Y29K30 (5%,0%,29%,30%) (0.05/0.00/0.29/0.30) 

CMYK percentages

%5.06
%0
%29.21
%30.2

Codes

Color #A9B27E in popluar color models

A9 B2 7E
RGB 169 178 126
HSL 70° 25.24% 59.61%
HSB/HSV 70° 29.21% 69.80%
CMYK 5.06% 0.00% 29.21%
30.20%

Color #A9B27E in popluar number systems.

HEX A9 B2 7E
Decimal 169 178 126
Binary 10101001 10110010 1111110
Octal 251 262 176

Shades and tints

Shades of #A9B27E

#A9B27E
(169,178,126)
#9AA273
(154,162,115)
#8B9268
(139,146,104)
#7C825D
(124,130,93)
#6D7252
(109,114,82)
#5E6247
(94,98,71)
#4F523C
(79,82,60)
#404231
(64,66,49)
#313226
(49,50,38)
#22221B
(34,34,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9B27E

#A9B27E
(169,178,126)
#B0B989
(176,185,137)
#B7C094
(183,192,148)
#BEC79F
(190,199,159)
#C5CEAA
(197,206,170)
#CCD5B5
(204,213,181)
#D3DCC0
(211,220,192)
#DAE3CB
(218,227,203)
#E1EAD6
(225,234,214)
#E8F1E1
(232,241,225)
#EFF8EC
(239,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B27E color. Also use rgb(169,178,126) instead hex code.

Text Font Color

.myTextColor { color: #A9B27E; }

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

This text font color is #A9B27E.

Background Color

.myBgColor { background-color: #A9B27E; }

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

This div background color is #A9B27E.

Border color

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

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

This div border color is #A9B27E.

Opacity

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

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

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

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

This text has shadow with #A9B27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B27E.

Preview

Color preview on black background

This text has color #A9B27E on black background.


Color preview on white background

This text has color #A9B27E on white background.


Black color preview on #A9B27E background

This text has black color on #A9B27E background.


White color preview on #A9B27E background

This text has white color on #A9B27E background.


Related colors

Complementary color

Complementary color for #hex is #564D81.


I love getcolorcode.com

Triadic colors

1 #7EA9B2 and #B27EA9 with #A9B27E are triadic colors.

2 #7EB2A9 and #B2A97E with #A9B27E are triadic colors.