COLOR #A0AF92

HEX: #A0AF92
RGB: (160,175,146)

Color info

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

RGB color model

#A0AF92 color RGB value is (160,175,146).

  • red value is 160;
  • green value is 175;
  • blue value is 146.
RGB:
(160,175,146)
(63%,69%,57%)

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 146 of 255 = 57%

160
175
146

R + G + B ~ 63%. #A0AF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 146 = 481 (100%)
R 160 of 481 ~ 33.26%
G 175 of 481 ~ 36.38%
B 146 of 481 ~ 30.35%

%33.26
%36.38
%30.35

CMYK color model

#A0AF92 color CMYK value is (9,0,17,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(9,0,17,31)
C9M0Y17K31 
(9%,0%,17%,31%)
(0.09/0.00/0.17/0.31)	

CMYK percentages

%8.57
%0
%16.57
%31.37

Codes

Color #A0AF92 in popluar color models

A0AF92
RGB160175146
HSL91°15.34%62.94%
HSB/HSV91°16.57%68.63%
CMYK8.57%0.00%16.57%
31.37%

Color #A0AF92 in popluar number systems.

HEXA0AF92
Decimal160175146
Binary101000001010111110010010
Octal240257222

Shades and tints

Shades of #A0AF92

#A0AF92
(160,175,146)
#92A085
(146,160,133)
#849178
(132,145,120)
#76826B
(118,130,107)
#68735E
(104,115,94)
#5A6451
(90,100,81)
#4C5544
(76,85,68)
#3E4637
(62,70,55)
#30372A
(48,55,42)
#22281D
(34,40,29)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #A0AF92

#A0AF92
(160,175,146)
#A8B69B
(168,182,155)
#B0BDA4
(176,189,164)
#B8C4AD
(184,196,173)
#C0CBB6
(192,203,182)
#C8D2BF
(200,210,191)
#D0D9C8
(208,217,200)
#D8E0D1
(216,224,209)
#E0E7DA
(224,231,218)
#E8EEE3
(232,238,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AF92 color. Also use rgb(160,175,146) instead hex code.

Text Font Color

.myTextColor { color: #A0AF92; }

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

This text font color is #A0AF92.


Background Color

.myBgColor { background-color: #A0AF92; }

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

This div background color is #A0AF92.


Border color

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

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

This div border color is #A0AF92.


Opacity

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

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

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

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

This text has shadow with #A0AF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AF92 on black background.


Color preview on white background

This text has color #A0AF92 on white background.



Black color preview on #A0AF92 background

This text has black color on #A0AF92 background.


White color preview on #A0AF92 background

This text has white color on #A0AF92 background.