COLOR #A0A591

HEX: #A0A591 RGB: (160,165,145)

Color info

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

RGB color model

#A0A591 color RGB value is (160,165,145).

RGB: (160,165,145) (63%, 65%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 145 of 255 = 57%

160
165
145

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 145 = 470 (100%)
R 160 of 470 ~ 34.04%
G 165 of 470 ~ 35.11%
B 145 of 470 ~ 30.85'%

%34.04
%35.11
%30.85

CMYK color model

#A0A591 color CMYK value is (3,0,12,35).

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

CMYK: (3,0,12,35)
C3M0Y12K35 (3%, 0%, 12%, 35%)
(0.03 / 0.00 / 0.12 / 0.35)

CMYK percentages

%3.03
%0
%12.12
%35.29

Codes

Color #A0A591 in popluar color models

A0 A5 91
RGB 160 165 145
HSL 75° 10.00% 60.78%
HSB/HSV 75° 12.12% 64.71%
CMYK 3.03% 0.00% 12.12%
35.29%

Color #A0A591 in popluar number systems.

HEX A0 A5 91
Decimal 160 165 145
Binary 10100000 10100101 10010001
Octal 240 245 221

Shades and tints

Shades of #A0A591

#A0A591
(160,165,145)
#929684
(146,150,132)
#848777
(132,135,119)
#76786A
(118,120,106)
#68695D
(104,105,93)
#5A5A50
(90,90,80)
#4C4B43
(76,75,67)
#3E3C36
(62,60,54)
#302D29
(48,45,41)
#221E1C
(34,30,28)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #A0A591

#A0A591
(160,165,145)
#A8AD9B
(168,173,155)
#B0B5A5
(176,181,165)
#B8BDAF
(184,189,175)
#C0C5B9
(192,197,185)
#C8CDC3
(200,205,195)
#D0D5CD
(208,213,205)
#D8DDD7
(216,221,215)
#E0E5E1
(224,229,225)
#E8EDEB
(232,237,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A591; }

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

This text font color is #A0A591.

Background Color

.myBgColor { background-color: #A0A591; }

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

This div background color is #A0A591.

Border color

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

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

This div border color is #A0A591.

Opacity

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

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

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

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

This text has shadow with #A0A591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A591.

Preview

Color preview on black background

This text has color #A0A591 on black background.


Color preview on white background

This text has color #A0A591 on white background.


Black color preview on #A0A591 background

This text has black color on #A0A591 background.


White color preview on #A0A591 background

This text has white color on #A0A591 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A6E.


I love getcolorcode.com

Triadic colors

1 #91A0A5 and #A591A0 with #A0A591 are triadic colors.

2 #91A5A0 and #A5A091 with #A0A591 are triadic colors.