COLOR #A59A5D

HEX: #A59A5D RGB: (165,154,93)

Color info

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

RGB color model

#A59A5D color RGB value is (165,154,93).

RGB: (165,154,93) (65%, 60%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 93 of 255 = 36%

165
154
93

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

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 93 = 412 (100%)
R 165 of 412 ~ 40.05%
G 154 of 412 ~ 37.38%
B 93 of 412 ~ 22.57'%

%40.05
%37.38
%22.57

CMYK color model

#A59A5D color CMYK value is (0,7,44,35).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK: (0,7,44,35) C0M7Y44K35 (0%,7%,44%,35%) (0.00/0.07/0.44/0.35) 

CMYK percentages

%0
%6.67
%43.64
%35.29

Codes

Color #A59A5D in popluar color models

A5 9A 5D
RGB 165 154 93
HSL 51° 28.57% 50.59%
HSB/HSV 51° 43.64% 64.71%
CMYK 0.00% 6.67% 43.64%
35.29%

Color #A59A5D in popluar number systems.

HEX A5 9A 5D
Decimal 165 154 93
Binary 10100101 10011010 1011101
Octal 245 232 135

Shades and tints

Shades of #A59A5D

#A59A5D
(165,154,93)
#968C55
(150,140,85)
#877E4D
(135,126,77)
#787045
(120,112,69)
#69623D
(105,98,61)
#5A5435
(90,84,53)
#4B462D
(75,70,45)
#3C3825
(60,56,37)
#2D2A1D
(45,42,29)
#1E1C15
(30,28,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #A59A5D

#A59A5D
(165,154,93)
#ADA36B
(173,163,107)
#B5AC79
(181,172,121)
#BDB587
(189,181,135)
#C5BE95
(197,190,149)
#CDC7A3
(205,199,163)
#D5D0B1
(213,208,177)
#DDD9BF
(221,217,191)
#E5E2CD
(229,226,205)
#EDEBDB
(237,235,219)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59A5D; }

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

This text font color is #A59A5D.

Background Color

.myBgColor { background-color: #A59A5D; }

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

This div background color is #A59A5D.

Border color

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

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

This div border color is #A59A5D.

Opacity

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

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

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

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

This text has shadow with #A59A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59A5D.

Preview

Color preview on black background

This text has color #A59A5D on black background.


Color preview on white background

This text has color #A59A5D on white background.


Black color preview on #A59A5D background

This text has black color on #A59A5D background.


White color preview on #A59A5D background

This text has white color on #A59A5D background.


Related colors

Complementary color

Complementary color for #hex is #5A65A2.


I love getcolorcode.com

Triadic colors

1 #5DA59A and #9A5DA5 with #A59A5D are triadic colors.

2 #5D9AA5 and #9AA55D with #A59A5D are triadic colors.