COLOR #A0A888

HEX: #A0A888
RGB: (160,168,136)

Color info

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

RGB color model

#A0A888 color RGB value is (160,168,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 168 of 255 = 66%
B 136 of 255 = 53%

160
168
136

R + G + B ~ 61%. #A0A888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 168 + 136 = 464 (100%)
R 160 of 464 ~ 34.48%
G 168 of 464 ~ 36.21%
B 136 of 464 ~ 29.31%

%34.48
%36.21
%29.31

CMYK color model

#A0A888 color CMYK value is (5,0,19,34).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(5,0,19,34)
C5M0Y19K34 
(5%,0%,19%,34%)
(0.05/0.00/0.19/0.34)	

CMYK percentages

%4.76
%0
%19.05
%34.12

Codes

Color #A0A888 in popluar color models

A0A888
RGB160168136
HSL75°15.53%59.61%
HSB/HSV75°19.05%65.88%
CMYK4.76%0.00%19.05%
34.12%

Color #A0A888 in popluar number systems.

HEXA0A888
Decimal160168136
Binary101000001010100010001000
Octal240250210

Shades and tints

Shades of #A0A888

#A0A888
(160,168,136)
#92997C
(146,153,124)
#848A70
(132,138,112)
#767B64
(118,123,100)
#686C58
(104,108,88)
#5A5D4C
(90,93,76)
#4C4E40
(76,78,64)
#3E3F34
(62,63,52)
#303028
(48,48,40)
#22211C
(34,33,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A0A888

#A0A888
(160,168,136)
#A8AF92
(168,175,146)
#B0B69C
(176,182,156)
#B8BDA6
(184,189,166)
#C0C4B0
(192,196,176)
#C8CBBA
(200,203,186)
#D0D2C4
(208,210,196)
#D8D9CE
(216,217,206)
#E0E0D8
(224,224,216)
#E8E7E2
(232,231,226)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A888; }

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

This text font color is #A0A888.


Background Color

.myBgColor { background-color: #A0A888; }

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

This div background color is #A0A888.


Border color

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

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

This div border color is #A0A888.


Opacity

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

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

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

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

This text has shadow with #A0A888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A888 on black background.


Color preview on white background

This text has color #A0A888 on white background.



Black color preview on #A0A888 background

This text has black color on #A0A888 background.


White color preview on #A0A888 background

This text has white color on #A0A888 background.