COLOR #A2A583

HEX: #A2A583
RGB: (162,165,131)

Color info

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

RGB color model

#A2A583 color RGB value is (162,165,131).

  • red value is 162;
  • green value is 165;
  • blue value is 131.
RGB:
(162,165,131)
(64%,65%,51%)

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 131 of 255 = 51%

162
165
131

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 131 = 458 (100%)
R 162 of 458 ~ 35.37%
G 165 of 458 ~ 36.03%
B 131 of 458 ~ 28.6%

%35.37
%36.03
%28.6

CMYK color model

#A2A583 color CMYK value is (2,0,21,35).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%
CMYK:
(2,0,21,35)
C2M0Y21K35 
(2%,0%,21%,35%)
(0.02/0.00/0.21/0.35)	

CMYK percentages

%1.82
%0
%20.61
%35.29

Codes

Color #A2A583 in popluar color models

A2A583
RGB162165131
HSL65°15.89%58.04%
HSB/HSV65°20.61%64.71%
CMYK1.82%0.00%20.61%
35.29%

Color #A2A583 in popluar number systems.

HEXA2A583
Decimal162165131
Binary101000101010010110000011
Octal242245203

Shades and tints

Shades of #A2A583

#A2A583
(162,165,131)
#949678
(148,150,120)
#86876D
(134,135,109)
#787862
(120,120,98)
#6A6957
(106,105,87)
#5C5A4C
(92,90,76)
#4E4B41
(78,75,65)
#403C36
(64,60,54)
#322D2B
(50,45,43)
#241E20
(36,30,32)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #A2A583

#A2A583
(162,165,131)
#AAAD8E
(170,173,142)
#B2B599
(178,181,153)
#BABDA4
(186,189,164)
#C2C5AF
(194,197,175)
#CACDBA
(202,205,186)
#D2D5C5
(210,213,197)
#DADDD0
(218,221,208)
#E2E5DB
(226,229,219)
#EAEDE6
(234,237,230)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A583; }

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

This text font color is #A2A583.


Background Color

.myBgColor { background-color: #A2A583; }

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

This div background color is #A2A583.


Border color

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

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

This div border color is #A2A583.


Opacity

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

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

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

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

This text has shadow with #A2A583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A583 on black background.


Color preview on white background

This text has color #A2A583 on white background.



Black color preview on #A2A583 background

This text has black color on #A2A583 background.


White color preview on #A2A583 background

This text has white color on #A2A583 background.