COLOR #A59A82

HEX: #A59A82
RGB: (165,154,130)

Color info

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

RGB color model

#A59A82 color RGB value is (165,154,130).

  • red value is 165;
  • green value is 154;
  • blue value is 130.
RGB:
(165,154,130)
(65%,60%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 130 of 255 = 51%

165
154
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 130 = 449 (100%)
R 165 of 449 ~ 36.75%
G 154 of 449 ~ 34.3%
B 130 of 449 ~ 28.95%

%36.75
%34.3
%28.95

CMYK color model

#A59A82 color CMYK value is (0,7,21,35).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(0,7,21,35)
C0M7Y21K35 
(0%,7%,21%,35%)
(0.00/0.07/0.21/0.35)	

CMYK percentages

%0
%6.67
%21.21
%35.29

Codes

Color #A59A82 in popluar color models

A59A82
RGB165154130
HSL41°16.28%57.84%
HSB/HSV41°21.21%64.71%
CMYK0.00%6.67%21.21%
35.29%

Color #A59A82 in popluar number systems.

HEXA59A82
Decimal165154130
Binary101001011001101010000010
Octal245232202

Shades and tints

Shades of #A59A82

#A59A82
(165,154,130)
#968C77
(150,140,119)
#877E6C
(135,126,108)
#787061
(120,112,97)
#696256
(105,98,86)
#5A544B
(90,84,75)
#4B4640
(75,70,64)
#3C3835
(60,56,53)
#2D2A2A
(45,42,42)
#1E1C1F
(30,28,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A59A82

#A59A82
(165,154,130)
#ADA38D
(173,163,141)
#B5AC98
(181,172,152)
#BDB5A3
(189,181,163)
#C5BEAE
(197,190,174)
#CDC7B9
(205,199,185)
#D5D0C4
(213,208,196)
#DDD9CF
(221,217,207)
#E5E2DA
(229,226,218)
#EDEBE5
(237,235,229)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59A82 color. Also use rgb(165,154,130) instead hex code.

Text Font Color

.myTextColor { color: #A59A82; }

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

This text font color is #A59A82.


Background Color

.myBgColor { background-color: #A59A82; }

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

This div background color is #A59A82.


Border color

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

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

This div border color is #A59A82.


Opacity

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

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

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

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

This text has shadow with #A59A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A82 on black background.


Color preview on white background

This text has color #A59A82 on white background.



Black color preview on #A59A82 background

This text has black color on #A59A82 background.


White color preview on #A59A82 background

This text has white color on #A59A82 background.