COLOR #A0A288

HEX: #A0A288
RGB: (160,162,136)

Color info

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

RGB color model

#A0A288 color RGB value is (160,162,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 162 of 255 = 64%
B 136 of 255 = 53%

160
162
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 136 = 458 (100%)
R 160 of 458 ~ 34.93%
G 162 of 458 ~ 35.37%
B 136 of 458 ~ 29.69%

%34.93
%35.37
%29.69

CMYK color model

#A0A288 color CMYK value is (1,0,16,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(1,0,16,36)
C1M0Y16K36 
(1%,0%,16%,36%)
(0.01/0.00/0.16/0.36)	

CMYK percentages

%1.23
%0
%16.05
%36.47

Codes

Color #A0A288 in popluar color models

A0A288
RGB160162136
HSL65°12.26%58.43%
HSB/HSV65°16.05%63.53%
CMYK1.23%0.00%16.05%
36.47%

Color #A0A288 in popluar number systems.

HEXA0A288
Decimal160162136
Binary101000001010001010001000
Octal240242210

Shades and tints

Shades of #A0A288

#A0A288
(160,162,136)
#92947C
(146,148,124)
#848670
(132,134,112)
#767864
(118,120,100)
#686A58
(104,106,88)
#5A5C4C
(90,92,76)
#4C4E40
(76,78,64)
#3E4034
(62,64,52)
#303228
(48,50,40)
#22241C
(34,36,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0A288

#A0A288
(160,162,136)
#A8AA92
(168,170,146)
#B0B29C
(176,178,156)
#B8BAA6
(184,186,166)
#C0C2B0
(192,194,176)
#C8CABA
(200,202,186)
#D0D2C4
(208,210,196)
#D8DACE
(216,218,206)
#E0E2D8
(224,226,216)
#E8EAE2
(232,234,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A288; }

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

This text font color is #A0A288.


Background Color

.myBgColor { background-color: #A0A288; }

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

This div background color is #A0A288.


Border color

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

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

This div border color is #A0A288.


Opacity

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

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

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

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

This text has shadow with #A0A288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A288 on black background.


Color preview on white background

This text has color #A0A288 on white background.



Black color preview on #A0A288 background

This text has black color on #A0A288 background.


White color preview on #A0A288 background

This text has white color on #A0A288 background.