COLOR #A59475

HEX: #A59475
RGB: (165,148,117)

Color info

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

RGB color model

#A59475 color RGB value is (165,148,117).

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

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 117 of 255 = 46%

165
148
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 117 = 430 (100%)
R 165 of 430 ~ 38.37%
G 148 of 430 ~ 34.42%
B 117 of 430 ~ 27.21%

%38.37
%34.42
%27.21

CMYK color model

#A59475 color CMYK value is (0,10,29,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,10,29,35)
C0M10Y29K35 
(0%,10%,29%,35%)
(0.00/0.10/0.29/0.35)	

CMYK percentages

%0
%10.3
%29.09
%35.29

Codes

Color #A59475 in popluar color models

A59475
RGB165148117
HSL39°21.05%55.29%
HSB/HSV39°29.09%64.71%
CMYK0.00%10.30%29.09%
35.29%

Color #A59475 in popluar number systems.

HEXA59475
Decimal165148117
Binary10100101100101001110101
Octal245224165

Shades and tints

Shades of #A59475

#A59475
(165,148,117)
#96876B
(150,135,107)
#877A61
(135,122,97)
#786D57
(120,109,87)
#69604D
(105,96,77)
#5A5343
(90,83,67)
#4B4639
(75,70,57)
#3C392F
(60,57,47)
#2D2C25
(45,44,37)
#1E1F1B
(30,31,27)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #A59475

#A59475
(165,148,117)
#AD9D81
(173,157,129)
#B5A68D
(181,166,141)
#BDAF99
(189,175,153)
#C5B8A5
(197,184,165)
#CDC1B1
(205,193,177)
#D5CABD
(213,202,189)
#DDD3C9
(221,211,201)
#E5DCD5
(229,220,213)
#EDE5E1
(237,229,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59475; }

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

This text font color is #A59475.


Background Color

.myBgColor { background-color: #A59475; }

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

This div background color is #A59475.


Border color

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

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

This div border color is #A59475.


Opacity

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

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

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

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

This text has shadow with #A59475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59475 on black background.


Color preview on white background

This text has color #A59475 on white background.



Black color preview on #A59475 background

This text has black color on #A59475 background.


White color preview on #A59475 background

This text has white color on #A59475 background.