COLOR #A9B080

HEX: #A9B080 RGB: (169,176,128)

Color info

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

RGB color model

#A9B080 color RGB value is (169,176,128).

RGB: (169,176,128) (66%, 69%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 128 of 255 = 50%

169
176
128

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

Portions of RGB colors in percentages

R + G + B = 169 + 176 + 128 = 473 (100%)
R 169 of 473 ~ 35.73%
G 176 of 473 ~ 37.21%
B 128 of 473 ~ 27.06'%

%35.73
%37.21
%27.06

CMYK color model

#A9B080 color CMYK value is (4,0,27,31).

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

CMYK: (4,0,27,31)
C4M0Y27K31 (4%, 0%, 27%, 31%)
(0.04 / 0.00 / 0.27 / 0.31)

CMYK percentages

%3.98
%0
%27.27
%30.98

Codes

Color #A9B080 in popluar color models

A9 B0 80
RGB 169 176 128
HSL 69° 23.30% 59.61%
HSB/HSV 69° 27.27% 69.02%
CMYK 3.98% 0.00% 27.27%
30.98%

Color #A9B080 in popluar number systems.

HEX A9 B0 80
Decimal 169 176 128
Binary 10101001 10110000 10000000
Octal 251 260 200

Shades and tints

Shades of #A9B080

#A9B080
(169,176,128)
#9AA075
(154,160,117)
#8B906A
(139,144,106)
#7C805F
(124,128,95)
#6D7054
(109,112,84)
#5E6049
(94,96,73)
#4F503E
(79,80,62)
#404033
(64,64,51)
#313028
(49,48,40)
#22201D
(34,32,29)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A9B080

#A9B080
(169,176,128)
#B0B78B
(176,183,139)
#B7BE96
(183,190,150)
#BEC5A1
(190,197,161)
#C5CCAC
(197,204,172)
#CCD3B7
(204,211,183)
#D3DAC2
(211,218,194)
#DAE1CD
(218,225,205)
#E1E8D8
(225,232,216)
#E8EFE3
(232,239,227)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B080; }

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

This text font color is #A9B080.

Background Color

.myBgColor { background-color: #A9B080; }

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

This div background color is #A9B080.

Border color

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

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

This div border color is #A9B080.

Opacity

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

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

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

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

This text has shadow with #A9B080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B080.

Preview

Color preview on black background

This text has color #A9B080 on black background.


Color preview on white background

This text has color #A9B080 on white background.


Black color preview on #A9B080 background

This text has black color on #A9B080 background.


White color preview on #A9B080 background

This text has white color on #A9B080 background.


Related colors

Complementary color

Complementary color for #hex is #564F7F.


I love getcolorcode.com

Triadic colors

1 #80A9B0 and #B080A9 with #A9B080 are triadic colors.

2 #80B0A9 and #B0A980 with #A9B080 are triadic colors.