COLOR #A0A16B

HEX: #A0A16B
RGB: (160,161,107)

Color info

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

RGB color model

#A0A16B color RGB value is (160,161,107).

  • red value is 160;
  • green value is 161;
  • blue value is 107.
RGB:
(160,161,107)
(63%,63%,42%)

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 107 of 255 = 42%

160
161
107

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 107 = 428 (100%)
R 160 of 428 ~ 37.38%
G 161 of 428 ~ 37.62%
B 107 of 428 ~ 25%

%37.38
%37.62
%25

CMYK color model

#A0A16B color CMYK value is (1,0,34,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 36.86%
CMYK:
(1,0,34,37)
C1M0Y34K37 
(1%,0%,34%,37%)
(0.01/0.00/0.34/0.37)	

CMYK percentages

%0.62
%0
%33.54
%36.86

Codes

Color #A0A16B in popluar color models

A0A16B
RGB160161107
HSL61°22.31%52.55%
HSB/HSV61°33.54%63.14%
CMYK0.62%0.00%33.54%
36.86%

Color #A0A16B in popluar number systems.

HEXA0A16B
Decimal160161107
Binary10100000101000011101011
Octal240241153

Shades and tints

Shades of #A0A16B

#A0A16B
(160,161,107)
#929362
(146,147,98)
#848559
(132,133,89)
#767750
(118,119,80)
#686947
(104,105,71)
#5A5B3E
(90,91,62)
#4C4D35
(76,77,53)
#3E3F2C
(62,63,44)
#303123
(48,49,35)
#22231A
(34,35,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A0A16B

#A0A16B
(160,161,107)
#A8A978
(168,169,120)
#B0B185
(176,177,133)
#B8B992
(184,185,146)
#C0C19F
(192,193,159)
#C8C9AC
(200,201,172)
#D0D1B9
(208,209,185)
#D8D9C6
(216,217,198)
#E0E1D3
(224,225,211)
#E8E9E0
(232,233,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A16B color. Also use rgb(160,161,107) instead hex code.

Text Font Color

.myTextColor { color: #A0A16B; }

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

This text font color is #A0A16B.


Background Color

.myBgColor { background-color: #A0A16B; }

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

This div background color is #A0A16B.


Border color

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

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

This div border color is #A0A16B.


Opacity

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

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

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

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

This text has shadow with #A0A16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A16B on black background.


Color preview on white background

This text has color #A0A16B on white background.



Black color preview on #A0A16B background

This text has black color on #A0A16B background.


White color preview on #A0A16B background

This text has white color on #A0A16B background.