COLOR #A8A78A

HEX: #A8A78A
RGB: (168,167,138)

Color info

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

RGB color model

#A8A78A color RGB value is (168,167,138).

  • red value is 168;
  • green value is 167;
  • blue value is 138.
RGB:
(168,167,138)
(66%,65%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 138 of 255 = 54%

168
167
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 138 = 473 (100%)
R 168 of 473 ~ 35.52%
G 167 of 473 ~ 35.31%
B 138 of 473 ~ 29.18%

%35.52
%35.31
%29.18

CMYK color model

#A8A78A color CMYK value is (0,1,18,34).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,1,18,34)
C0M1Y18K34 
(0%,1%,18%,34%)
(0.00/0.01/0.18/0.34)	

CMYK percentages

%0
%0.6
%17.86
%34.12

Codes

Color #A8A78A in popluar color models

A8A78A
RGB168167138
HSL58°14.71%60.00%
HSB/HSV58°17.86%65.88%
CMYK0.00%0.60%17.86%
34.12%

Color #A8A78A in popluar number systems.

HEXA8A78A
Decimal168167138
Binary101010001010011110001010
Octal250247212

Shades and tints

Shades of #A8A78A

#A8A78A
(168,167,138)
#99987E
(153,152,126)
#8A8972
(138,137,114)
#7B7A66
(123,122,102)
#6C6B5A
(108,107,90)
#5D5C4E
(93,92,78)
#4E4D42
(78,77,66)
#3F3E36
(63,62,54)
#302F2A
(48,47,42)
#21201E
(33,32,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A8A78A

#A8A78A
(168,167,138)
#AFAF94
(175,175,148)
#B6B79E
(182,183,158)
#BDBFA8
(189,191,168)
#C4C7B2
(196,199,178)
#CBCFBC
(203,207,188)
#D2D7C6
(210,215,198)
#D9DFD0
(217,223,208)
#E0E7DA
(224,231,218)
#E7EFE4
(231,239,228)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A78A color. Also use rgb(168,167,138) instead hex code.

Text Font Color

.myTextColor { color: #A8A78A; }

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

This text font color is #A8A78A.


Background Color

.myBgColor { background-color: #A8A78A; }

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

This div background color is #A8A78A.


Border color

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

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

This div border color is #A8A78A.


Opacity

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

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

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

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

This text has shadow with #A8A78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A78A on black background.


Color preview on white background

This text has color #A8A78A on white background.



Black color preview on #A8A78A background

This text has black color on #A8A78A background.


White color preview on #A8A78A background

This text has white color on #A8A78A background.