COLOR #A0A78B

HEX: #A0A78B
RGB: (160,167,139)

Color info

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

RGB color model

#A0A78B color RGB value is (160,167,139).

  • red value is 160;
  • green value is 167;
  • blue value is 139.
RGB:
(160,167,139)
(63%,65%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 139 of 255 = 55%

160
167
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 139 = 466 (100%)
R 160 of 466 ~ 34.33%
G 167 of 466 ~ 35.84%
B 139 of 466 ~ 29.83%

%34.33
%35.84
%29.83

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(4,0,17,35)
C4M0Y17K35 
(4%,0%,17%,35%)
(0.04/0.00/0.17/0.35)	

CMYK percentages

%4.19
%0
%16.77
%34.51

Codes

Color #A0A78B in popluar color models

A0A78B
RGB160167139
HSL75°13.73%60.00%
HSB/HSV75°16.77%65.49%
CMYK4.19%0.00%16.77%
34.51%

Color #A0A78B in popluar number systems.

HEXA0A78B
Decimal160167139
Binary101000001010011110001011
Octal240247213

Shades and tints

Shades of #A0A78B

#A0A78B
(160,167,139)
#92987F
(146,152,127)
#848973
(132,137,115)
#767A67
(118,122,103)
#686B5B
(104,107,91)
#5A5C4F
(90,92,79)
#4C4D43
(76,77,67)
#3E3E37
(62,62,55)
#302F2B
(48,47,43)
#22201F
(34,32,31)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0A78B

#A0A78B
(160,167,139)
#A8AF95
(168,175,149)
#B0B79F
(176,183,159)
#B8BFA9
(184,191,169)
#C0C7B3
(192,199,179)
#C8CFBD
(200,207,189)
#D0D7C7
(208,215,199)
#D8DFD1
(216,223,209)
#E0E7DB
(224,231,219)
#E8EFE5
(232,239,229)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A78B; }

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

This text font color is #A0A78B.


Background Color

.myBgColor { background-color: #A0A78B; }

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

This div background color is #A0A78B.


Border color

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

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

This div border color is #A0A78B.


Opacity

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

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

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

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

This text has shadow with #A0A78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A78B on black background.


Color preview on white background

This text has color #A0A78B on white background.



Black color preview on #A0A78B background

This text has black color on #A0A78B background.


White color preview on #A0A78B background

This text has white color on #A0A78B background.