COLOR #A0A78C

HEX: #A0A78C
RGB: (160,167,140)

Color info

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

RGB color model

#A0A78C color RGB value is (160,167,140).

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

RGB channels and saturation

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

160
167
140

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 140 = 467 (100%)
R 160 of 467 ~ 34.26%
G 167 of 467 ~ 35.76%
B 140 of 467 ~ 29.98%

%34.26
%35.76
%29.98

CMYK color model

#A0A78C color CMYK value is (4,0,16,35).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(4,0,16,35)
C4M0Y16K35 
(4%,0%,16%,35%)
(0.04/0.00/0.16/0.35)	

CMYK percentages

%4.19
%0
%16.17
%34.51

Codes

Color #A0A78C in popluar color models

A0A78C
RGB160167140
HSL76°13.30%60.20%
HSB/HSV76°16.17%65.49%
CMYK4.19%0.00%16.17%
34.51%

Color #A0A78C in popluar number systems.

HEXA0A78C
Decimal160167140
Binary101000001010011110001100
Octal240247214

Shades and tints

Shades of #A0A78C

#A0A78C
(160,167,140)
#929880
(146,152,128)
#848974
(132,137,116)
#767A68
(118,122,104)
#686B5C
(104,107,92)
#5A5C50
(90,92,80)
#4C4D44
(76,77,68)
#3E3E38
(62,62,56)
#302F2C
(48,47,44)
#222020
(34,32,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A0A78C

#A0A78C
(160,167,140)
#A8AF96
(168,175,150)
#B0B7A0
(176,183,160)
#B8BFAA
(184,191,170)
#C0C7B4
(192,199,180)
#C8CFBE
(200,207,190)
#D0D7C8
(208,215,200)
#D8DFD2
(216,223,210)
#E0E7DC
(224,231,220)
#E8EFE6
(232,239,230)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A78C; }

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

This text font color is #A0A78C.


Background Color

.myBgColor { background-color: #A0A78C; }

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

This div background color is #A0A78C.


Border color

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

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

This div border color is #A0A78C.


Opacity

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

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

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

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

This text has shadow with #A0A78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A78C on black background.


Color preview on white background

This text has color #A0A78C on white background.



Black color preview on #A0A78C background

This text has black color on #A0A78C background.


White color preview on #A0A78C background

This text has white color on #A0A78C background.