COLOR #A0A867

HEX: #A0A867
RGB: (160,168,103)

Color info

#A0A867 contains mainly red and green colors. Web safe color of #A0A867 is #999966 (or #996).

RGB color model

#A0A867 color RGB value is (160,168,103).

  • red value is 160;
  • green value is 168;
  • blue value is 103.
RGB:
(160,168,103)
(63%,66%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 168 of 255 = 66%
B 103 of 255 = 40%

160
168
103

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

Portions of RGB colors in percentages

R + G + B =
160 + 168 + 103 = 431 (100%)
R 160 of 431 ~ 37.12%
G 168 of 431 ~ 38.98%
B 103 of 431 ~ 23.9%

%37.12
%38.98
%23.9

CMYK color model

#A0A867 color CMYK value is (5,0,39,34).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 38.69%
  • key color value is 34.12%
CMYK:
(5,0,39,34)
C5M0Y39K34 
(5%,0%,39%,34%)
(0.05/0.00/0.39/0.34)	

CMYK percentages

%4.76
%0
%38.69
%34.12

Codes

Color #A0A867 in popluar color models

A0A867
RGB160168103
HSL67°27.20%53.14%
HSB/HSV67°38.69%65.88%
CMYK4.76%0.00%38.69%
34.12%

Color #A0A867 in popluar number systems.

HEXA0A867
Decimal160168103
Binary10100000101010001100111
Octal240250147

Shades and tints

Shades of #A0A867

#A0A867
(160,168,103)
#92995E
(146,153,94)
#848A55
(132,138,85)
#767B4C
(118,123,76)
#686C43
(104,108,67)
#5A5D3A
(90,93,58)
#4C4E31
(76,78,49)
#3E3F28
(62,63,40)
#30301F
(48,48,31)
#222116
(34,33,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A0A867

#A0A867
(160,168,103)
#A8AF74
(168,175,116)
#B0B681
(176,182,129)
#B8BD8E
(184,189,142)
#C0C49B
(192,196,155)
#C8CBA8
(200,203,168)
#D0D2B5
(208,210,181)
#D8D9C2
(216,217,194)
#E0E0CF
(224,224,207)
#E8E7DC
(232,231,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A867 color. Also use rgb(160,168,103) instead hex code.

Text Font Color

.myTextColor { color: #A0A867; }

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

This text font color is #A0A867.


Background Color

.myBgColor { background-color: #A0A867; }

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

This div background color is #A0A867.


Border color

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

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

This div border color is #A0A867.


Opacity

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

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

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

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

This text has shadow with #A0A867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A867 on black background.


Color preview on white background

This text has color #A0A867 on white background.



Black color preview on #A0A867 background

This text has black color on #A0A867 background.


White color preview on #A0A867 background

This text has white color on #A0A867 background.