COLOR #A59A75

HEX: #A59A75
RGB: (165,154,117)

Color info

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

RGB color model

#A59A75 color RGB value is (165,154,117).

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

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 117 of 255 = 46%

165
154
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 117 = 436 (100%)
R 165 of 436 ~ 37.84%
G 154 of 436 ~ 35.32%
B 117 of 436 ~ 26.83%

%37.84
%35.32
%26.83

CMYK color model

#A59A75 color CMYK value is (0,7,29,35).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,7,29,35)
C0M7Y29K35 
(0%,7%,29%,35%)
(0.00/0.07/0.29/0.35)	

CMYK percentages

%0
%6.67
%29.09
%35.29

Codes

Color #A59A75 in popluar color models

A59A75
RGB165154117
HSL46°21.05%55.29%
HSB/HSV46°29.09%64.71%
CMYK0.00%6.67%29.09%
35.29%

Color #A59A75 in popluar number systems.

HEXA59A75
Decimal165154117
Binary10100101100110101110101
Octal245232165

Shades and tints

Shades of #A59A75

#A59A75
(165,154,117)
#968C6B
(150,140,107)
#877E61
(135,126,97)
#787057
(120,112,87)
#69624D
(105,98,77)
#5A5443
(90,84,67)
#4B4639
(75,70,57)
#3C382F
(60,56,47)
#2D2A25
(45,42,37)
#1E1C1B
(30,28,27)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A59A75

#A59A75
(165,154,117)
#ADA381
(173,163,129)
#B5AC8D
(181,172,141)
#BDB599
(189,181,153)
#C5BEA5
(197,190,165)
#CDC7B1
(205,199,177)
#D5D0BD
(213,208,189)
#DDD9C9
(221,217,201)
#E5E2D5
(229,226,213)
#EDEBE1
(237,235,225)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59A75; }

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

This text font color is #A59A75.


Background Color

.myBgColor { background-color: #A59A75; }

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

This div background color is #A59A75.


Border color

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

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

This div border color is #A59A75.


Opacity

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

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

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

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

This text has shadow with #A59A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A75 on black background.


Color preview on white background

This text has color #A59A75 on white background.



Black color preview on #A59A75 background

This text has black color on #A59A75 background.


White color preview on #A59A75 background

This text has white color on #A59A75 background.