COLOR #A0A88E

HEX: #A0A88E RGB: (160,168,142)

Color info

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

RGB color model

#A0A88E color RGB value is (160,168,142).

RGB: (160,168,142) (63%, 66%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 168 of 255 = 66%
B 142 of 255 = 56%

160
168
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 168 + 142 = 470 (100%)
R 160 of 470 ~ 34.04%
G 168 of 470 ~ 35.74%
B 142 of 470 ~ 30.21'%

%34.04
%35.74
%30.21

CMYK color model

#A0A88E color CMYK value is (5,0,15,34).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 34.12%

CMYK: (5,0,15,34)
C5M0Y15K34 (5%, 0%, 15%, 34%)
(0.05 / 0.00 / 0.15 / 0.34)

CMYK percentages

%4.76
%0
%15.48
%34.12

Codes

Color #A0A88E in popluar color models

A0 A8 8E
RGB 160 168 142
HSL 78° 13.00% 60.78%
HSB/HSV 78° 15.48% 65.88%
CMYK 4.76% 0.00% 15.48%
34.12%

Color #A0A88E in popluar number systems.

HEX A0 A8 8E
Decimal 160 168 142
Binary 10100000 10101000 10001110
Octal 240 250 216

Shades and tints

Shades of #A0A88E

#A0A88E
(160,168,142)
#929982
(146,153,130)
#848A76
(132,138,118)
#767B6A
(118,123,106)
#686C5E
(104,108,94)
#5A5D52
(90,93,82)
#4C4E46
(76,78,70)
#3E3F3A
(62,63,58)
#30302E
(48,48,46)
#222122
(34,33,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0A88E

#A0A88E
(160,168,142)
#A8AF98
(168,175,152)
#B0B6A2
(176,182,162)
#B8BDAC
(184,189,172)
#C0C4B6
(192,196,182)
#C8CBC0
(200,203,192)
#D0D2CA
(208,210,202)
#D8D9D4
(216,217,212)
#E0E0DE
(224,224,222)
#E8E7E8
(232,231,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A88E; }

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

This text font color is #A0A88E.

Background Color

.myBgColor { background-color: #A0A88E; }

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

This div background color is #A0A88E.

Border color

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

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

This div border color is #A0A88E.

Opacity

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

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

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

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

This text has shadow with #A0A88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A88E.

Preview

Color preview on black background

This text has color #A0A88E on black background.


Color preview on white background

This text has color #A0A88E on white background.


Black color preview on #A0A88E background

This text has black color on #A0A88E background.


White color preview on #A0A88E background

This text has white color on #A0A88E background.


Related colors

Complementary color

Complementary color for #hex is #5F5771.


I love getcolorcode.com

Triadic colors

1 #8EA0A8 and #A88EA0 with #A0A88E are triadic colors.

2 #8EA8A0 and #A8A08E with #A0A88E are triadic colors.