COLOR #A0A59E

HEX: #A0A59E RGB: (160,165,158)

Color info

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

RGB color model

#A0A59E color RGB value is (160,165,158).

RGB: (160,165,158) (63%, 65%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 158 of 255 = 62%

160
165
158

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 158 = 483 (100%)
R 160 of 483 ~ 33.13%
G 165 of 483 ~ 34.16%
B 158 of 483 ~ 32.71'%

%33.13
%34.16
%32.71

CMYK color model

#A0A59E color CMYK value is (3,0,4,35).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK: (3,0,4,35) C3M0Y4K35 (3%,0%,4%,35%) (0.03/0.00/0.04/0.35) 

CMYK percentages

%3.03
%0
%4.24
%35.29

Codes

Color #A0A59E in popluar color models

A0 A5 9E
RGB 160 165 158
HSL 103° 3.74% 63.33%
HSB/HSV 103° 4.24% 64.71%
CMYK 3.03% 0.00% 4.24%
35.29%

Color #A0A59E in popluar number systems.

HEX A0 A5 9E
Decimal 160 165 158
Binary 10100000 10100101 10011110
Octal 240 245 236

Shades and tints

Shades of #A0A59E

#A0A59E
(160,165,158)
#929690
(146,150,144)
#848782
(132,135,130)
#767874
(118,120,116)
#686966
(104,105,102)
#5A5A58
(90,90,88)
#4C4B4A
(76,75,74)
#3E3C3C
(62,60,60)
#302D2E
(48,45,46)
#221E20
(34,30,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A0A59E

#A0A59E
(160,165,158)
#A8ADA6
(168,173,166)
#B0B5AE
(176,181,174)
#B8BDB6
(184,189,182)
#C0C5BE
(192,197,190)
#C8CDC6
(200,205,198)
#D0D5CE
(208,213,206)
#D8DDD6
(216,221,214)
#E0E5DE
(224,229,222)
#E8EDE6
(232,237,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A59E color. Also use rgb(160,165,158) instead hex code.

Text Font Color

.myTextColor { color: #A0A59E; }

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

This text font color is #A0A59E.

Background Color

.myBgColor { background-color: #A0A59E; }

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

This div background color is #A0A59E.

Border color

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

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

This div border color is #A0A59E.

Opacity

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

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

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

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

This text has shadow with #A0A59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A59E.

Preview

Color preview on black background

This text has color #A0A59E on black background.


Color preview on white background

This text has color #A0A59E on white background.


Black color preview on #A0A59E background

This text has black color on #A0A59E background.


White color preview on #A0A59E background

This text has white color on #A0A59E background.


Related colors

Complementary color

Complementary color for #hex is #5F5A61.


I love getcolorcode.com

Triadic colors

1 #9EA0A5 and #A59EA0 with #A0A59E are triadic colors.

2 #9EA5A0 and #A5A09E with #A0A59E are triadic colors.