COLOR #A9B78D

HEX: #A9B78D RGB: (169,183,141)

Color info

#A9B78D contains red, green and blue colors in about the same proportion. Web safe color of #A9B78D is #99CC99 (or #9C9).

RGB color model

#A9B78D color RGB value is (169,183,141).

RGB: (169,183,141) (66%, 72%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 141 of 255 = 55%

169
183
141

R + G + B ~ 64%. #A9B78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 183 + 141 = 493 (100%)
R 169 of 493 ~ 34.28%
G 183 of 493 ~ 37.12%
B 141 of 493 ~ 28.6'%

%34.28
%37.12
%28.6

CMYK color model

#A9B78D color CMYK value is (8,0,23,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 28.24%

CMYK: (8,0,23,28)
C8M0Y23K28 (8%, 0%, 23%, 28%)
(0.08 / 0.00 / 0.23 / 0.28)

CMYK percentages

%7.65
%0
%22.95
%28.24

Codes

Color #A9B78D in popluar color models

A9 B7 8D
RGB 169 183 141
HSL 80° 22.58% 63.53%
HSB/HSV 80° 22.95% 71.76%
CMYK 7.65% 0.00% 22.95%
28.24%

Color #A9B78D in popluar number systems.

HEX A9 B7 8D
Decimal 169 183 141
Binary 10101001 10110111 10001101
Octal 251 267 215

Shades and tints

Shades of #A9B78D

#A9B78D
(169,183,141)
#9AA781
(154,167,129)
#8B9775
(139,151,117)
#7C8769
(124,135,105)
#6D775D
(109,119,93)
#5E6751
(94,103,81)
#4F5745
(79,87,69)
#404739
(64,71,57)
#31372D
(49,55,45)
#222721
(34,39,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9B78D

#A9B78D
(169,183,141)
#B0BD97
(176,189,151)
#B7C3A1
(183,195,161)
#BEC9AB
(190,201,171)
#C5CFB5
(197,207,181)
#CCD5BF
(204,213,191)
#D3DBC9
(211,219,201)
#DAE1D3
(218,225,211)
#E1E7DD
(225,231,221)
#E8EDE7
(232,237,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B78D; }

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

This text font color is #A9B78D.

Background Color

.myBgColor { background-color: #A9B78D; }

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

This div background color is #A9B78D.

Border color

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

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

This div border color is #A9B78D.

Opacity

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

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

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

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

This text has shadow with #A9B78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B78D.

Preview

Color preview on black background

This text has color #A9B78D on black background.


Color preview on white background

This text has color #A9B78D on white background.


Black color preview on #A9B78D background

This text has black color on #A9B78D background.


White color preview on #A9B78D background

This text has white color on #A9B78D background.


Related colors

Complementary color

Complementary color for #hex is #564872.


I love getcolorcode.com

Triadic colors

1 #8DA9B7 and #B78DA9 with #A9B78D are triadic colors.

2 #8DB7A9 and #B7A98D with #A9B78D are triadic colors.