COLOR #A0A575

HEX: #A0A575 RGB: (160,165,117)

Color info

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

RGB color model

#A0A575 color RGB value is (160,165,117).

RGB: (160,165,117) (63%, 65%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 117 of 255 = 46%

160
165
117

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 117 = 442 (100%)
R 160 of 442 ~ 36.2%
G 165 of 442 ~ 37.33%
B 117 of 442 ~ 26.47'%

%36.2
%37.33
%26.47

CMYK color model

#A0A575 color CMYK value is (3,0,29,35).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK: (3,0,29,35) C3M0Y29K35 (3%,0%,29%,35%) (0.03/0.00/0.29/0.35) 

CMYK percentages

%3.03
%0
%29.09
%35.29

Codes

Color #A0A575 in popluar color models

A0 A5 75
RGB 160 165 117
HSL 66° 21.05% 55.29%
HSB/HSV 66° 29.09% 64.71%
CMYK 3.03% 0.00% 29.09%
35.29%

Color #A0A575 in popluar number systems.

HEX A0 A5 75
Decimal 160 165 117
Binary 10100000 10100101 1110101
Octal 240 245 165

Shades and tints

Shades of #A0A575

#A0A575
(160,165,117)
#92966B
(146,150,107)
#848761
(132,135,97)
#767857
(118,120,87)
#68694D
(104,105,77)
#5A5A43
(90,90,67)
#4C4B39
(76,75,57)
#3E3C2F
(62,60,47)
#302D25
(48,45,37)
#221E1B
(34,30,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #A0A575

#A0A575
(160,165,117)
#A8AD81
(168,173,129)
#B0B58D
(176,181,141)
#B8BD99
(184,189,153)
#C0C5A5
(192,197,165)
#C8CDB1
(200,205,177)
#D0D5BD
(208,213,189)
#D8DDC9
(216,221,201)
#E0E5D5
(224,229,213)
#E8EDE1
(232,237,225)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A575; }

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

This text font color is #A0A575.

Background Color

.myBgColor { background-color: #A0A575; }

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

This div background color is #A0A575.

Border color

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

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

This div border color is #A0A575.

Opacity

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

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

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

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

This text has shadow with #A0A575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A575.

Preview

Color preview on black background

This text has color #A0A575 on black background.


Color preview on white background

This text has color #A0A575 on white background.


Black color preview on #A0A575 background

This text has black color on #A0A575 background.


White color preview on #A0A575 background

This text has white color on #A0A575 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A8A.


I love getcolorcode.com

Triadic colors

1 #75A0A5 and #A575A0 with #A0A575 are triadic colors.

2 #75A5A0 and #A5A075 with #A0A575 are triadic colors.