COLOR #A9B778

HEX: #A9B778
RGB: (169,183,120)

Color info

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

RGB color model

#A9B778 color RGB value is (169,183,120).

  • red value is 169;
  • green value is 183;
  • blue value is 120.
RGB:
(169,183,120)
(66%,72%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 120 of 255 = 47%

169
183
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 120 = 472 (100%)
R 169 of 472 ~ 35.81%
G 183 of 472 ~ 38.77%
B 120 of 472 ~ 25.42%

%35.81
%38.77
%25.42

CMYK color model

#A9B778 color CMYK value is (8,0,34,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(8,0,34,28)
C8M0Y34K28 
(8%,0%,34%,28%)
(0.08/0.00/0.34/0.28)	

CMYK percentages

%7.65
%0
%34.43
%28.24

Codes

Color #A9B778 in popluar color models

A9B778
RGB169183120
HSL73°30.43%59.41%
HSB/HSV73°34.43%71.76%
CMYK7.65%0.00%34.43%
28.24%

Color #A9B778 in popluar number systems.

HEXA9B778
Decimal169183120
Binary10101001101101111111000
Octal251267170

Shades and tints

Shades of #A9B778

#A9B778
(169,183,120)
#9AA76E
(154,167,110)
#8B9764
(139,151,100)
#7C875A
(124,135,90)
#6D7750
(109,119,80)
#5E6746
(94,103,70)
#4F573C
(79,87,60)
#404732
(64,71,50)
#313728
(49,55,40)
#22271E
(34,39,30)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #A9B778

#A9B778
(169,183,120)
#B0BD84
(176,189,132)
#B7C390
(183,195,144)
#BEC99C
(190,201,156)
#C5CFA8
(197,207,168)
#CCD5B4
(204,213,180)
#D3DBC0
(211,219,192)
#DAE1CC
(218,225,204)
#E1E7D8
(225,231,216)
#E8EDE4
(232,237,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B778; }

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

This text font color is #A9B778.


Background Color

.myBgColor { background-color: #A9B778; }

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

This div background color is #A9B778.


Border color

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

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

This div border color is #A9B778.


Opacity

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

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

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

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

This text has shadow with #A9B778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B778 on black background.


Color preview on white background

This text has color #A9B778 on white background.



Black color preview on #A9B778 background

This text has black color on #A9B778 background.


White color preview on #A9B778 background

This text has white color on #A9B778 background.