COLOR #A9B76E

HEX: #A9B76E RGB: (169,183,110)

Color info

#A9B76E contains mainly red and green colors. Web safe color of #A9B76E is #99CC66 (or #9C6).

RGB color model

#A9B76E color RGB value is (169,183,110).

RGB: (169,183,110) (66%, 72%, 43%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 110 of 255 = 43%

169
183
110

R + G + B ~ 60%. #A9B76E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 110 = 462 (100%)
R 169 of 462 ~ 36.58%
G 183 of 462 ~ 39.61%
B 110 of 462 ~ 23.81'%

%36.58
%39.61
%23.81

CMYK color model

#A9B76E color CMYK value is (8,0,40,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 39.89%
  • key color value is 28.24%
CMYK: (8,0,40,28) C8M0Y40K28 (8%,0%,40%,28%) (0.08/0.00/0.40/0.28) 

CMYK percentages

%7.65
%0
%39.89
%28.24

Codes

Color #A9B76E in popluar color models

A9 B7 6E
RGB 169 183 110
HSL 72° 33.64% 57.45%
HSB/HSV 72° 39.89% 71.76%
CMYK 7.65% 0.00% 39.89%
28.24%

Color #A9B76E in popluar number systems.

HEX A9 B7 6E
Decimal 169 183 110
Binary 10101001 10110111 1101110
Octal 251 267 156

Shades and tints

Shades of #A9B76E

#A9B76E
(169,183,110)
#9AA764
(154,167,100)
#8B975A
(139,151,90)
#7C8750
(124,135,80)
#6D7746
(109,119,70)
#5E673C
(94,103,60)
#4F5732
(79,87,50)
#404728
(64,71,40)
#31371E
(49,55,30)
#222714
(34,39,20)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #A9B76E

#A9B76E
(169,183,110)
#B0BD7B
(176,189,123)
#B7C388
(183,195,136)
#BEC995
(190,201,149)
#C5CFA2
(197,207,162)
#CCD5AF
(204,213,175)
#D3DBBC
(211,219,188)
#DAE1C9
(218,225,201)
#E1E7D6
(225,231,214)
#E8EDE3
(232,237,227)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B76E color. Also use rgb(169,183,110) instead hex code.

Text Font Color

.myTextColor { color: #A9B76E; }

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

This text font color is #A9B76E.

Background Color

.myBgColor { background-color: #A9B76E; }

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

This div background color is #A9B76E.

Border color

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

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

This div border color is #A9B76E.

Opacity

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

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

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

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

This text has shadow with #A9B76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B76E.

Preview

Color preview on black background

This text has color #A9B76E on black background.


Color preview on white background

This text has color #A9B76E on white background.


Black color preview on #A9B76E background

This text has black color on #A9B76E background.


White color preview on #A9B76E background

This text has white color on #A9B76E background.


Related colors

Complementary color

Complementary color for #hex is #564891.


I love getcolorcode.com

Triadic colors

1 #6EA9B7 and #B76EA9 with #A9B76E are triadic colors.

2 #6EB7A9 and #B7A96E with #A9B76E are triadic colors.