COLOR #A9B082

HEX: #A9B082 RGB: (169,176,130)

Color info

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

RGB color model

#A9B082 color RGB value is (169,176,130).

RGB: (169,176,130) (66%, 69%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 130 of 255 = 51%

169
176
130

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

Portions of RGB colors in percentages

R + G + B = 169 + 176 + 130 = 475 (100%)
R 169 of 475 ~ 35.58%
G 176 of 475 ~ 37.05%
B 130 of 475 ~ 27.37'%

%35.58
%37.05
%27.37

CMYK color model

#A9B082 color CMYK value is (4,0,26,31).

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

CMYK: (4,0,26,31)
C4M0Y26K31 (4%, 0%, 26%, 31%)
(0.04 / 0.00 / 0.26 / 0.31)

CMYK percentages

%3.98
%0
%26.14
%30.98

Codes

Color #A9B082 in popluar color models

A9 B0 82
RGB 169 176 130
HSL 69° 22.55% 60.00%
HSB/HSV 69° 26.14% 69.02%
CMYK 3.98% 0.00% 26.14%
30.98%

Color #A9B082 in popluar number systems.

HEX A9 B0 82
Decimal 169 176 130
Binary 10101001 10110000 10000010
Octal 251 260 202

Shades and tints

Shades of #A9B082

#A9B082
(169,176,130)
#9AA077
(154,160,119)
#8B906C
(139,144,108)
#7C8061
(124,128,97)
#6D7056
(109,112,86)
#5E604B
(94,96,75)
#4F5040
(79,80,64)
#404035
(64,64,53)
#31302A
(49,48,42)
#22201F
(34,32,31)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A9B082

#A9B082
(169,176,130)
#B0B78D
(176,183,141)
#B7BE98
(183,190,152)
#BEC5A3
(190,197,163)
#C5CCAE
(197,204,174)
#CCD3B9
(204,211,185)
#D3DAC4
(211,218,196)
#DAE1CF
(218,225,207)
#E1E8DA
(225,232,218)
#E8EFE5
(232,239,229)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B082; }

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

This text font color is #A9B082.

Background Color

.myBgColor { background-color: #A9B082; }

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

This div background color is #A9B082.

Border color

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

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

This div border color is #A9B082.

Opacity

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

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

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

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

This text has shadow with #A9B082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B082.

Preview

Color preview on black background

This text has color #A9B082 on black background.


Color preview on white background

This text has color #A9B082 on white background.


Black color preview on #A9B082 background

This text has black color on #A9B082 background.


White color preview on #A9B082 background

This text has white color on #A9B082 background.


Related colors

Complementary color

Complementary color for #hex is #564F7D.


I love getcolorcode.com

Triadic colors

1 #82A9B0 and #B082A9 with #A9B082 are triadic colors.

2 #82B0A9 and #B0A982 with #A9B082 are triadic colors.