COLOR #A8AB78

HEX: #A8AB78
RGB: (168,171,120)

Color info

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

RGB color model

#A8AB78 color RGB value is (168,171,120).

  • red value is 168;
  • green value is 171;
  • blue value is 120.
RGB:
(168,171,120)
(66%,67%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 120 of 255 = 47%

168
171
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 171 + 120 = 459 (100%)
R 168 of 459 ~ 36.6%
G 171 of 459 ~ 37.25%
B 120 of 459 ~ 26.14%

%36.6
%37.25
%26.14

CMYK color model

#A8AB78 color CMYK value is (2,0,30,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 29.82%
  • key color value is 32.94%
CMYK:
(2,0,30,33)
C2M0Y30K33 
(2%,0%,30%,33%)
(0.02/0.00/0.30/0.33)	

CMYK percentages

%1.75
%0
%29.82
%32.94

Codes

Color #A8AB78 in popluar color models

A8AB78
RGB168171120
HSL64°23.29%57.06%
HSB/HSV64°29.82%67.06%
CMYK1.75%0.00%29.82%
32.94%

Color #A8AB78 in popluar number systems.

HEXA8AB78
Decimal168171120
Binary10101000101010111111000
Octal250253170

Shades and tints

Shades of #A8AB78

#A8AB78
(168,171,120)
#999C6E
(153,156,110)
#8A8D64
(138,141,100)
#7B7E5A
(123,126,90)
#6C6F50
(108,111,80)
#5D6046
(93,96,70)
#4E513C
(78,81,60)
#3F4232
(63,66,50)
#303328
(48,51,40)
#21241E
(33,36,30)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8AB78

#A8AB78
(168,171,120)
#AFB284
(175,178,132)
#B6B990
(182,185,144)
#BDC09C
(189,192,156)
#C4C7A8
(196,199,168)
#CBCEB4
(203,206,180)
#D2D5C0
(210,213,192)
#D9DCCC
(217,220,204)
#E0E3D8
(224,227,216)
#E7EAE4
(231,234,228)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AB78 color. Also use rgb(168,171,120) instead hex code.

Text Font Color

.myTextColor { color: #A8AB78; }

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

This text font color is #A8AB78.


Background Color

.myBgColor { background-color: #A8AB78; }

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

This div background color is #A8AB78.


Border color

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

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

This div border color is #A8AB78.


Opacity

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

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

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

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

This text has shadow with #A8AB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AB78 on black background.


Color preview on white background

This text has color #A8AB78 on white background.



Black color preview on #A8AB78 background

This text has black color on #A8AB78 background.


White color preview on #A8AB78 background

This text has white color on #A8AB78 background.