COLOR #A0AF88

HEX: #A0AF88
RGB: (160,175,136)

Color info

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

RGB color model

#A0AF88 color RGB value is (160,175,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 136 of 255 = 53%

160
175
136

R + G + B ~ 62%. #A0AF88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 136 = 471 (100%)
R 160 of 471 ~ 33.97%
G 175 of 471 ~ 37.15%
B 136 of 471 ~ 28.87%

%33.97
%37.15
%28.87

CMYK color model

#A0AF88 color CMYK value is (9,0,22,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 31.37%
CMYK:
(9,0,22,31)
C9M0Y22K31 
(9%,0%,22%,31%)
(0.09/0.00/0.22/0.31)	

CMYK percentages

%8.57
%0
%22.29
%31.37

Codes

Color #A0AF88 in popluar color models

A0AF88
RGB160175136
HSL83°19.60%60.98%
HSB/HSV83°22.29%68.63%
CMYK8.57%0.00%22.29%
31.37%

Color #A0AF88 in popluar number systems.

HEXA0AF88
Decimal160175136
Binary101000001010111110001000
Octal240257210

Shades and tints

Shades of #A0AF88

#A0AF88
(160,175,136)
#92A07C
(146,160,124)
#849170
(132,145,112)
#768264
(118,130,100)
#687358
(104,115,88)
#5A644C
(90,100,76)
#4C5540
(76,85,64)
#3E4634
(62,70,52)
#303728
(48,55,40)
#22281C
(34,40,28)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #A0AF88

#A0AF88
(160,175,136)
#A8B692
(168,182,146)
#B0BD9C
(176,189,156)
#B8C4A6
(184,196,166)
#C0CBB0
(192,203,176)
#C8D2BA
(200,210,186)
#D0D9C4
(208,217,196)
#D8E0CE
(216,224,206)
#E0E7D8
(224,231,216)
#E8EEE2
(232,238,226)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AF88; }

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

This text font color is #A0AF88.


Background Color

.myBgColor { background-color: #A0AF88; }

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

This div background color is #A0AF88.


Border color

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

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

This div border color is #A0AF88.


Opacity

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

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

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

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

This text has shadow with #A0AF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AF88 on black background.


Color preview on white background

This text has color #A0AF88 on white background.



Black color preview on #A0AF88 background

This text has black color on #A0AF88 background.


White color preview on #A0AF88 background

This text has white color on #A0AF88 background.