COLOR #A0A583

HEX: #A0A583 RGB: (160,165,131)

Color info

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

RGB color model

#A0A583 color RGB value is (160,165,131).

RGB: (160,165,131) (63%, 65%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 131 of 255 = 51%

160
165
131

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 131 = 456 (100%)
R 160 of 456 ~ 35.09%
G 165 of 456 ~ 36.18%
B 131 of 456 ~ 28.73'%

%35.09
%36.18
%28.73

CMYK color model

#A0A583 color CMYK value is (3,0,21,35).

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

CMYK: (3,0,21,35)
C3M0Y21K35 (3%, 0%, 21%, 35%)
(0.03 / 0.00 / 0.21 / 0.35)

CMYK percentages

%3.03
%0
%20.61
%35.29

Codes

Color #A0A583 in popluar color models

A0 A5 83
RGB 160 165 131
HSL 69° 15.89% 58.04%
HSB/HSV 69° 20.61% 64.71%
CMYK 3.03% 0.00% 20.61%
35.29%

Color #A0A583 in popluar number systems.

HEX A0 A5 83
Decimal 160 165 131
Binary 10100000 10100101 10000011
Octal 240 245 203

Shades and tints

Shades of #A0A583

#A0A583
(160,165,131)
#929678
(146,150,120)
#84876D
(132,135,109)
#767862
(118,120,98)
#686957
(104,105,87)
#5A5A4C
(90,90,76)
#4C4B41
(76,75,65)
#3E3C36
(62,60,54)
#302D2B
(48,45,43)
#221E20
(34,30,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #A0A583

#A0A583
(160,165,131)
#A8AD8E
(168,173,142)
#B0B599
(176,181,153)
#B8BDA4
(184,189,164)
#C0C5AF
(192,197,175)
#C8CDBA
(200,205,186)
#D0D5C5
(208,213,197)
#D8DDD0
(216,221,208)
#E0E5DB
(224,229,219)
#E8EDE6
(232,237,230)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A583; }

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

This text font color is #A0A583.

Background Color

.myBgColor { background-color: #A0A583; }

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

This div background color is #A0A583.

Border color

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

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

This div border color is #A0A583.

Opacity

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

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

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

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

This text has shadow with #A0A583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A583.

Preview

Color preview on black background

This text has color #A0A583 on black background.


Color preview on white background

This text has color #A0A583 on white background.


Black color preview on #A0A583 background

This text has black color on #A0A583 background.


White color preview on #A0A583 background

This text has white color on #A0A583 background.


Related colors

Complementary color

Complementary color for #hex is #5F5A7C.


I love getcolorcode.com

Triadic colors

1 #83A0A5 and #A583A0 with #A0A583 are triadic colors.

2 #83A5A0 and #A5A083 with #A0A583 are triadic colors.