COLOR #A59E7D

HEX: #A59E7D RGB: (165,158,125)

Color info

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

RGB color model

#A59E7D color RGB value is (165,158,125).

RGB: (165,158,125) (65%, 62%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 125 of 255 = 49%

165
158
125

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

Portions of RGB colors in percentages

R + G + B = 165 + 158 + 125 = 448 (100%)
R 165 of 448 ~ 36.83%
G 158 of 448 ~ 35.27%
B 125 of 448 ~ 27.9'%

%36.83
%35.27
%27.9

CMYK color model

#A59E7D color CMYK value is (0,4,24,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 24.24%
  • key color value is 35.29%

CMYK: (0,4,24,35)
C0M4Y24K35 (0%, 4%, 24%, 35%)
(0.00 / 0.04 / 0.24 / 0.35)

CMYK percentages

%0
%4.24
%24.24
%35.29

Codes

Color #A59E7D in popluar color models

A5 9E 7D
RGB 165 158 125
HSL 50° 18.18% 56.86%
HSB/HSV 50° 24.24% 64.71%
CMYK 0.00% 4.24% 24.24%
35.29%

Color #A59E7D in popluar number systems.

HEX A5 9E 7D
Decimal 165 158 125
Binary 10100101 10011110 1111101
Octal 245 236 175

Shades and tints

Shades of #A59E7D

#A59E7D
(165,158,125)
#969072
(150,144,114)
#878267
(135,130,103)
#78745C
(120,116,92)
#696651
(105,102,81)
#5A5846
(90,88,70)
#4B4A3B
(75,74,59)
#3C3C30
(60,60,48)
#2D2E25
(45,46,37)
#1E201A
(30,32,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A59E7D

#A59E7D
(165,158,125)
#ADA688
(173,166,136)
#B5AE93
(181,174,147)
#BDB69E
(189,182,158)
#C5BEA9
(197,190,169)
#CDC6B4
(205,198,180)
#D5CEBF
(213,206,191)
#DDD6CA
(221,214,202)
#E5DED5
(229,222,213)
#EDE6E0
(237,230,224)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59E7D color. Also use rgb(165,158,125) instead hex code.

Text Font Color

.myTextColor { color: #A59E7D; }

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

This text font color is #A59E7D.

Background Color

.myBgColor { background-color: #A59E7D; }

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

This div background color is #A59E7D.

Border color

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

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

This div border color is #A59E7D.

Opacity

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

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

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

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

This text has shadow with #A59E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59E7D.

Preview

Color preview on black background

This text has color #A59E7D on black background.


Color preview on white background

This text has color #A59E7D on white background.


Black color preview on #A59E7D background

This text has black color on #A59E7D background.


White color preview on #A59E7D background

This text has white color on #A59E7D background.


Related colors

Complementary color

Complementary color for #hex is #5A6182.


I love getcolorcode.com

Triadic colors

1 #7DA59E and #9E7DA5 with #A59E7D are triadic colors.

2 #7D9EA5 and #9EA57D with #A59E7D are triadic colors.