COLOR #A59276

HEX: #A59276
RGB: (165,146,118)

Color info

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

RGB color model

#A59276 color RGB value is (165,146,118).

  • red value is 165;
  • green value is 146;
  • blue value is 118.
RGB:
(165,146,118)
(65%,57%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 118 of 255 = 46%

165
146
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 118 = 429 (100%)
R 165 of 429 ~ 38.46%
G 146 of 429 ~ 34.03%
B 118 of 429 ~ 27.51%

%38.46
%34.03
%27.51

CMYK color model

#A59276 color CMYK value is (0,12,28,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,12,28,35)
C0M12Y28K35 
(0%,12%,28%,35%)
(0.00/0.12/0.28/0.35)	

CMYK percentages

%0
%11.52
%28.48
%35.29

Codes

Color #A59276 in popluar color models

A59276
RGB165146118
HSL36°20.70%55.49%
HSB/HSV36°28.48%64.71%
CMYK0.00%11.52%28.48%
35.29%

Color #A59276 in popluar number systems.

HEXA59276
Decimal165146118
Binary10100101100100101110110
Octal245222166

Shades and tints

Shades of #A59276

#A59276
(165,146,118)
#96856C
(150,133,108)
#877862
(135,120,98)
#786B58
(120,107,88)
#695E4E
(105,94,78)
#5A5144
(90,81,68)
#4B443A
(75,68,58)
#3C3730
(60,55,48)
#2D2A26
(45,42,38)
#1E1D1C
(30,29,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59276

#A59276
(165,146,118)
#AD9B82
(173,155,130)
#B5A48E
(181,164,142)
#BDAD9A
(189,173,154)
#C5B6A6
(197,182,166)
#CDBFB2
(205,191,178)
#D5C8BE
(213,200,190)
#DDD1CA
(221,209,202)
#E5DAD6
(229,218,214)
#EDE3E2
(237,227,226)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59276 color. Also use rgb(165,146,118) instead hex code.

Text Font Color

.myTextColor { color: #A59276; }

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

This text font color is #A59276.


Background Color

.myBgColor { background-color: #A59276; }

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

This div background color is #A59276.


Border color

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

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

This div border color is #A59276.


Opacity

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

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

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

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

This text has shadow with #A59276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59276 on black background.


Color preview on white background

This text has color #A59276 on white background.



Black color preview on #A59276 background

This text has black color on #A59276 background.


White color preview on #A59276 background

This text has white color on #A59276 background.