COLOR #A9B07C

HEX: #A9B07C RGB: (169,176,124)

Color info

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

RGB color model

#A9B07C color RGB value is (169,176,124).

RGB: (169,176,124) (66%, 69%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 124 of 255 = 49%

169
176
124

R + G + B ~ 61%. #A9B07C is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 176 + 124 = 469 (100%)
R 169 of 469 ~ 36.03%
G 176 of 469 ~ 37.53%
B 124 of 469 ~ 26.44'%

%36.03
%37.53
%26.44

CMYK color model

#A9B07C color CMYK value is (4,0,30,31).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%

CMYK: (4,0,30,31)
C4M0Y30K31 (4%, 0%, 30%, 31%)
(0.04 / 0.00 / 0.30 / 0.31)

CMYK percentages

%3.98
%0
%29.55
%30.98

Codes

Color #A9B07C in popluar color models

A9 B0 7C
RGB 169 176 124
HSL 68° 24.76% 58.82%
HSB/HSV 68° 29.55% 69.02%
CMYK 3.98% 0.00% 29.55%
30.98%

Color #A9B07C in popluar number systems.

HEX A9 B0 7C
Decimal 169 176 124
Binary 10101001 10110000 1111100
Octal 251 260 174

Shades and tints

Shades of #A9B07C

#A9B07C
(169,176,124)
#9AA071
(154,160,113)
#8B9066
(139,144,102)
#7C805B
(124,128,91)
#6D7050
(109,112,80)
#5E6045
(94,96,69)
#4F503A
(79,80,58)
#40402F
(64,64,47)
#313024
(49,48,36)
#222019
(34,32,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #A9B07C

#A9B07C
(169,176,124)
#B0B787
(176,183,135)
#B7BE92
(183,190,146)
#BEC59D
(190,197,157)
#C5CCA8
(197,204,168)
#CCD3B3
(204,211,179)
#D3DABE
(211,218,190)
#DAE1C9
(218,225,201)
#E1E8D4
(225,232,212)
#E8EFDF
(232,239,223)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B07C; }

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

This text font color is #A9B07C.

Background Color

.myBgColor { background-color: #A9B07C; }

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

This div background color is #A9B07C.

Border color

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

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

This div border color is #A9B07C.

Opacity

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

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

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

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

This text has shadow with #A9B07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B07C.

Preview

Color preview on black background

This text has color #A9B07C on black background.


Color preview on white background

This text has color #A9B07C on white background.


Black color preview on #A9B07C background

This text has black color on #A9B07C background.


White color preview on #A9B07C background

This text has white color on #A9B07C background.


Related colors

Complementary color

Complementary color for #hex is #564F83.


I love getcolorcode.com

Triadic colors

1 #7CA9B0 and #B07CA9 with #A9B07C are triadic colors.

2 #7CB0A9 and #B0A97C with #A9B07C are triadic colors.