COLOR #A59E66

HEX: #A59E66 RGB: (165,158,102)

Color info

#A59E66 contains mainly red and green colors. Web safe color of #A59E66 is #999966 (or #996).

RGB color model

#A59E66 color RGB value is (165,158,102).

RGB: (165,158,102) (65%, 62%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 102 of 255 = 40%

165
158
102

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

Portions of RGB colors in percentages

R + G + B = 165 + 158 + 102 = 425 (100%)
R 165 of 425 ~ 38.82%
G 158 of 425 ~ 37.18%
B 102 of 425 ~ 24'%

%38.82
%37.18
%24

CMYK color model

#A59E66 color CMYK value is (0,4,38,35).

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

CMYK: (0,4,38,35)
C0M4Y38K35 (0%, 4%, 38%, 35%)
(0.00 / 0.04 / 0.38 / 0.35)

CMYK percentages

%0
%4.24
%38.18
%35.29

Codes

Color #A59E66 in popluar color models

A5 9E 66
RGB 165 158 102
HSL 53° 25.93% 52.35%
HSB/HSV 53° 38.18% 64.71%
CMYK 0.00% 4.24% 38.18%
35.29%

Color #A59E66 in popluar number systems.

HEX A5 9E 66
Decimal 165 158 102
Binary 10100101 10011110 1100110
Octal 245 236 146

Shades and tints

Shades of #A59E66

#A59E66
(165,158,102)
#96905D
(150,144,93)
#878254
(135,130,84)
#78744B
(120,116,75)
#696642
(105,102,66)
#5A5839
(90,88,57)
#4B4A30
(75,74,48)
#3C3C27
(60,60,39)
#2D2E1E
(45,46,30)
#1E2015
(30,32,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A59E66

#A59E66
(165,158,102)
#ADA673
(173,166,115)
#B5AE80
(181,174,128)
#BDB68D
(189,182,141)
#C5BE9A
(197,190,154)
#CDC6A7
(205,198,167)
#D5CEB4
(213,206,180)
#DDD6C1
(221,214,193)
#E5DECE
(229,222,206)
#EDE6DB
(237,230,219)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E66; }

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

This text font color is #A59E66.

Background Color

.myBgColor { background-color: #A59E66; }

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

This div background color is #A59E66.

Border color

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

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

This div border color is #A59E66.

Opacity

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

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

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

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

This text has shadow with #A59E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59E66.

Preview

Color preview on black background

This text has color #A59E66 on black background.


Color preview on white background

This text has color #A59E66 on white background.


Black color preview on #A59E66 background

This text has black color on #A59E66 background.


White color preview on #A59E66 background

This text has white color on #A59E66 background.


Related colors

Complementary color

Complementary color for #hex is #5A6199.


I love getcolorcode.com

Triadic colors

1 #66A59E and #9E66A5 with #A59E66 are triadic colors.

2 #669EA5 and #9EA566 with #A59E66 are triadic colors.