COLOR #A7A78A

HEX: #A7A78A
RGB: (167,167,138)

Color info

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

RGB color model

#A7A78A color RGB value is (167,167,138).

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

RGB channels and saturation

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

167
167
138

R + G + B ~ 61%. #A7A78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 138 = 472 (100%)
R 167 of 472 ~ 35.38%
G 167 of 472 ~ 35.38%
B 138 of 472 ~ 29.24%

%35.38
%35.38
%29.24

CMYK color model

#A7A78A color CMYK value is (0,0,17,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,0,17,35)
C0M0Y17K35 
(0%,0%,17%,35%)
(0.00/0.00/0.17/0.35)	

CMYK percentages

%0
%0
%17.37
%34.51

Codes

Color #A7A78A in popluar color models

A7A78A
RGB167167138
HSL60°14.15%59.80%
HSB/HSV60°17.37%65.49%
CMYK0.00%0.00%17.37%
34.51%

Color #A7A78A in popluar number systems.

HEXA7A78A
Decimal167167138
Binary101001111010011110001010
Octal247247212

Shades and tints

Shades of #A7A78A

#A7A78A
(167,167,138)
#98987E
(152,152,126)
#898972
(137,137,114)
#7A7A66
(122,122,102)
#6B6B5A
(107,107,90)
#5C5C4E
(92,92,78)
#4D4D42
(77,77,66)
#3E3E36
(62,62,54)
#2F2F2A
(47,47,42)
#20201E
(32,32,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7A78A

#A7A78A
(167,167,138)
#AFAF94
(175,175,148)
#B7B79E
(183,183,158)
#BFBFA8
(191,191,168)
#C7C7B2
(199,199,178)
#CFCFBC
(207,207,188)
#D7D7C6
(215,215,198)
#DFDFD0
(223,223,208)
#E7E7DA
(231,231,218)
#EFEFE4
(239,239,228)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A78A; }

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

This text font color is #A7A78A.


Background Color

.myBgColor { background-color: #A7A78A; }

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

This div background color is #A7A78A.


Border color

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

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

This div border color is #A7A78A.


Opacity

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

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

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

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

This text has shadow with #A7A78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A78A on black background.


Color preview on white background

This text has color #A7A78A on white background.



Black color preview on #A7A78A background

This text has black color on #A7A78A background.


White color preview on #A7A78A background

This text has white color on #A7A78A background.