COLOR #A0A570

HEX: #A0A570 RGB: (160,165,112)

Color info

#A0A570 contains red, green and blue colors in about the same proportion. Web safe color of #A0A570 is #999966 (or #996).

RGB color model

#A0A570 color RGB value is (160,165,112).

RGB: (160,165,112) (63%, 65%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 112 of 255 = 44%

160
165
112

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 112 = 437 (100%)
R 160 of 437 ~ 36.61%
G 165 of 437 ~ 37.76%
B 112 of 437 ~ 25.63'%

%36.61
%37.76
%25.63

CMYK color model

#A0A570 color CMYK value is (3,0,32,35).

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

CMYK: (3,0,32,35)
C3M0Y32K35 (3%, 0%, 32%, 35%)
(0.03 / 0.00 / 0.32 / 0.35)

CMYK percentages

%3.03
%0
%32.12
%35.29

Codes

Color #A0A570 in popluar color models

A0 A5 70
RGB 160 165 112
HSL 66° 22.75% 54.31%
HSB/HSV 66° 32.12% 64.71%
CMYK 3.03% 0.00% 32.12%
35.29%

Color #A0A570 in popluar number systems.

HEX A0 A5 70
Decimal 160 165 112
Binary 10100000 10100101 1110000
Octal 240 245 160

Shades and tints

Shades of #A0A570

#A0A570
(160,165,112)
#929666
(146,150,102)
#84875C
(132,135,92)
#767852
(118,120,82)
#686948
(104,105,72)
#5A5A3E
(90,90,62)
#4C4B34
(76,75,52)
#3E3C2A
(62,60,42)
#302D20
(48,45,32)
#221E16
(34,30,22)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #A0A570

#A0A570
(160,165,112)
#A8AD7D
(168,173,125)
#B0B58A
(176,181,138)
#B8BD97
(184,189,151)
#C0C5A4
(192,197,164)
#C8CDB1
(200,205,177)
#D0D5BE
(208,213,190)
#D8DDCB
(216,221,203)
#E0E5D8
(224,229,216)
#E8EDE5
(232,237,229)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A570; }

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

This text font color is #A0A570.

Background Color

.myBgColor { background-color: #A0A570; }

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

This div background color is #A0A570.

Border color

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

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

This div border color is #A0A570.

Opacity

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

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

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

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

This text has shadow with #A0A570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A570.

Preview

Color preview on black background

This text has color #A0A570 on black background.


Color preview on white background

This text has color #A0A570 on white background.


Black color preview on #A0A570 background

This text has black color on #A0A570 background.


White color preview on #A0A570 background

This text has white color on #A0A570 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A8F.


I love getcolorcode.com

Triadic colors

1 #70A0A5 and #A570A0 with #A0A570 are triadic colors.

2 #70A5A0 and #A5A070 with #A0A570 are triadic colors.