COLOR #A59682

HEX: #A59682 RGB: (165,150,130)

Color info

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

RGB color model

#A59682 color RGB value is (165,150,130).

RGB: (165,150,130) (65%, 59%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 130 of 255 = 51%

165
150
130

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 130 = 445 (100%)
R 165 of 445 ~ 37.08%
G 150 of 445 ~ 33.71%
B 130 of 445 ~ 29.21'%

%37.08
%33.71
%29.21

CMYK color model

#A59682 color CMYK value is (0,9,21,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK: (0,9,21,35) C0M9Y21K35 (0%,9%,21%,35%) (0.00/0.09/0.21/0.35) 

CMYK percentages

%0
%9.09
%21.21
%35.29

Codes

Color #A59682 in popluar color models

A5 96 82
RGB 165 150 130
HSL 34° 16.28% 57.84%
HSB/HSV 34° 21.21% 64.71%
CMYK 0.00% 9.09% 21.21%
35.29%

Color #A59682 in popluar number systems.

HEX A5 96 82
Decimal 165 150 130
Binary 10100101 10010110 10000010
Octal 245 226 202

Shades and tints

Shades of #A59682

#A59682
(165,150,130)
#968977
(150,137,119)
#877C6C
(135,124,108)
#786F61
(120,111,97)
#696256
(105,98,86)
#5A554B
(90,85,75)
#4B4840
(75,72,64)
#3C3B35
(60,59,53)
#2D2E2A
(45,46,42)
#1E211F
(30,33,31)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A59682

#A59682
(165,150,130)
#AD9F8D
(173,159,141)
#B5A898
(181,168,152)
#BDB1A3
(189,177,163)
#C5BAAE
(197,186,174)
#CDC3B9
(205,195,185)
#D5CCC4
(213,204,196)
#DDD5CF
(221,213,207)
#E5DEDA
(229,222,218)
#EDE7E5
(237,231,229)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59682; }

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

This text font color is #A59682.

Background Color

.myBgColor { background-color: #A59682; }

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

This div background color is #A59682.

Border color

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

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

This div border color is #A59682.

Opacity

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

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

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

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

This text has shadow with #A59682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59682.

Preview

Color preview on black background

This text has color #A59682 on black background.


Color preview on white background

This text has color #A59682 on white background.


Black color preview on #A59682 background

This text has black color on #A59682 background.


White color preview on #A59682 background

This text has white color on #A59682 background.


Related colors

Complementary color

Complementary color for #hex is #5A697D.


I love getcolorcode.com

Triadic colors

1 #82A596 and #9682A5 with #A59682 are triadic colors.

2 #8296A5 and #96A582 with #A59682 are triadic colors.