COLOR #A0A597

HEX: #A0A597 RGB: (160,165,151)

Color info

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

RGB color model

#A0A597 color RGB value is (160,165,151).

RGB: (160,165,151) (63%, 65%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 151 of 255 = 59%

160
165
151

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 151 = 476 (100%)
R 160 of 476 ~ 33.61%
G 165 of 476 ~ 34.66%
B 151 of 476 ~ 31.72'%

%33.61
%34.66
%31.72

CMYK color model

#A0A597 color CMYK value is (3,0,8,35).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%

CMYK: (3,0,8,35)
C3M0Y8K35 (3%, 0%, 8%, 35%)
(0.03 / 0.00 / 0.08 / 0.35)

CMYK percentages

%3.03
%0
%8.48
%35.29

Codes

Color #A0A597 in popluar color models

A0 A5 97
RGB 160 165 151
HSL 81° 7.22% 61.96%
HSB/HSV 81° 8.48% 64.71%
CMYK 3.03% 0.00% 8.48%
35.29%

Color #A0A597 in popluar number systems.

HEX A0 A5 97
Decimal 160 165 151
Binary 10100000 10100101 10010111
Octal 240 245 227

Shades and tints

Shades of #A0A597

#A0A597
(160,165,151)
#92968A
(146,150,138)
#84877D
(132,135,125)
#767870
(118,120,112)
#686963
(104,105,99)
#5A5A56
(90,90,86)
#4C4B49
(76,75,73)
#3E3C3C
(62,60,60)
#302D2F
(48,45,47)
#221E22
(34,30,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A0A597

#A0A597
(160,165,151)
#A8ADA0
(168,173,160)
#B0B5A9
(176,181,169)
#B8BDB2
(184,189,178)
#C0C5BB
(192,197,187)
#C8CDC4
(200,205,196)
#D0D5CD
(208,213,205)
#D8DDD6
(216,221,214)
#E0E5DF
(224,229,223)
#E8EDE8
(232,237,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A597; }

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

This text font color is #A0A597.

Background Color

.myBgColor { background-color: #A0A597; }

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

This div background color is #A0A597.

Border color

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

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

This div border color is #A0A597.

Opacity

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

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

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

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

This text has shadow with #A0A597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A597.

Preview

Color preview on black background

This text has color #A0A597 on black background.


Color preview on white background

This text has color #A0A597 on white background.


Black color preview on #A0A597 background

This text has black color on #A0A597 background.


White color preview on #A0A597 background

This text has white color on #A0A597 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A68.


I love getcolorcode.com

Triadic colors

1 #97A0A5 and #A597A0 with #A0A597 are triadic colors.

2 #97A5A0 and #A5A097 with #A0A597 are triadic colors.