COLOR #A0A278

HEX: #A0A278
RGB: (160,162,120)

Color info

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

RGB color model

#A0A278 color RGB value is (160,162,120).

  • red value is 160;
  • green value is 162;
  • blue value is 120.
RGB:
(160,162,120)
(63%,64%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 162 of 255 = 64%
B 120 of 255 = 47%

160
162
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 120 = 442 (100%)
R 160 of 442 ~ 36.2%
G 162 of 442 ~ 36.65%
B 120 of 442 ~ 27.15%

%36.2
%36.65
%27.15

CMYK color model

#A0A278 color CMYK value is (1,0,26,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(1,0,26,36)
C1M0Y26K36 
(1%,0%,26%,36%)
(0.01/0.00/0.26/0.36)	

CMYK percentages

%1.23
%0
%25.93
%36.47

Codes

Color #A0A278 in popluar color models

A0A278
RGB160162120
HSL63°18.42%55.29%
HSB/HSV63°25.93%63.53%
CMYK1.23%0.00%25.93%
36.47%

Color #A0A278 in popluar number systems.

HEXA0A278
Decimal160162120
Binary10100000101000101111000
Octal240242170

Shades and tints

Shades of #A0A278

#A0A278
(160,162,120)
#92946E
(146,148,110)
#848664
(132,134,100)
#76785A
(118,120,90)
#686A50
(104,106,80)
#5A5C46
(90,92,70)
#4C4E3C
(76,78,60)
#3E4032
(62,64,50)
#303228
(48,50,40)
#22241E
(34,36,30)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0A278

#A0A278
(160,162,120)
#A8AA84
(168,170,132)
#B0B290
(176,178,144)
#B8BA9C
(184,186,156)
#C0C2A8
(192,194,168)
#C8CAB4
(200,202,180)
#D0D2C0
(208,210,192)
#D8DACC
(216,218,204)
#E0E2D8
(224,226,216)
#E8EAE4
(232,234,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A278 color. Also use rgb(160,162,120) instead hex code.

Text Font Color

.myTextColor { color: #A0A278; }

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

This text font color is #A0A278.


Background Color

.myBgColor { background-color: #A0A278; }

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

This div background color is #A0A278.


Border color

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

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

This div border color is #A0A278.


Opacity

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

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

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

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

This text has shadow with #A0A278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A278 on black background.


Color preview on white background

This text has color #A0A278 on white background.



Black color preview on #A0A278 background

This text has black color on #A0A278 background.


White color preview on #A0A278 background

This text has white color on #A0A278 background.