COLOR #A59877

HEX: #A59877
RGB: (165,152,119)

Color info

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

RGB color model

#A59877 color RGB value is (165,152,119).

  • red value is 165;
  • green value is 152;
  • blue value is 119.
RGB:
(165,152,119)
(65%,60%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 119 of 255 = 47%

165
152
119

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 119 = 436 (100%)
R 165 of 436 ~ 37.84%
G 152 of 436 ~ 34.86%
B 119 of 436 ~ 27.29%

%37.84
%34.86
%27.29

CMYK color model

#A59877 color CMYK value is (0,8,28,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(0,8,28,35)
C0M8Y28K35 
(0%,8%,28%,35%)
(0.00/0.08/0.28/0.35)	

CMYK percentages

%0
%7.88
%27.88
%35.29

Codes

Color #A59877 in popluar color models

A59877
RGB165152119
HSL43°20.35%55.69%
HSB/HSV43°27.88%64.71%
CMYK0.00%7.88%27.88%
35.29%

Color #A59877 in popluar number systems.

HEXA59877
Decimal165152119
Binary10100101100110001110111
Octal245230167

Shades and tints

Shades of #A59877

#A59877
(165,152,119)
#968B6D
(150,139,109)
#877E63
(135,126,99)
#787159
(120,113,89)
#69644F
(105,100,79)
#5A5745
(90,87,69)
#4B4A3B
(75,74,59)
#3C3D31
(60,61,49)
#2D3027
(45,48,39)
#1E231D
(30,35,29)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A59877

#A59877
(165,152,119)
#ADA183
(173,161,131)
#B5AA8F
(181,170,143)
#BDB39B
(189,179,155)
#C5BCA7
(197,188,167)
#CDC5B3
(205,197,179)
#D5CEBF
(213,206,191)
#DDD7CB
(221,215,203)
#E5E0D7
(229,224,215)
#EDE9E3
(237,233,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59877 color. Also use rgb(165,152,119) instead hex code.

Text Font Color

.myTextColor { color: #A59877; }

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

This text font color is #A59877.


Background Color

.myBgColor { background-color: #A59877; }

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

This div background color is #A59877.


Border color

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

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

This div border color is #A59877.


Opacity

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

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

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

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

This text has shadow with #A59877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59877 on black background.


Color preview on white background

This text has color #A59877 on white background.



Black color preview on #A59877 background

This text has black color on #A59877 background.


White color preview on #A59877 background

This text has white color on #A59877 background.