COLOR #A59881

HEX: #A59881
RGB: (165,152,129)

Color info

#A59881 contains red, green and blue colors in about the same proportion. Web safe color of #A59881 is #999999 (or #999).

RGB color model

#A59881 color RGB value is (165,152,129).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 129 of 255 = 51%

165
152
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 129 = 446 (100%)
R 165 of 446 ~ 37%
G 152 of 446 ~ 34.08%
B 129 of 446 ~ 28.92%

%37
%34.08
%28.92

CMYK color model

#A59881 color CMYK value is (0,8,22,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(0,8,22,35)
C0M8Y22K35 
(0%,8%,22%,35%)
(0.00/0.08/0.22/0.35)	

CMYK percentages

%0
%7.88
%21.82
%35.29

Codes

Color #A59881 in popluar color models

A59881
RGB165152129
HSL38°16.67%57.65%
HSB/HSV38°21.82%64.71%
CMYK0.00%7.88%21.82%
35.29%

Color #A59881 in popluar number systems.

HEXA59881
Decimal165152129
Binary101001011001100010000001
Octal245230201

Shades and tints

Shades of #A59881

#A59881
(165,152,129)
#968B76
(150,139,118)
#877E6B
(135,126,107)
#787160
(120,113,96)
#696455
(105,100,85)
#5A574A
(90,87,74)
#4B4A3F
(75,74,63)
#3C3D34
(60,61,52)
#2D3029
(45,48,41)
#1E231E
(30,35,30)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A59881

#A59881
(165,152,129)
#ADA18C
(173,161,140)
#B5AA97
(181,170,151)
#BDB3A2
(189,179,162)
#C5BCAD
(197,188,173)
#CDC5B8
(205,197,184)
#D5CEC3
(213,206,195)
#DDD7CE
(221,215,206)
#E5E0D9
(229,224,217)
#EDE9E4
(237,233,228)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59881; }

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

This text font color is #A59881.


Background Color

.myBgColor { background-color: #A59881; }

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

This div background color is #A59881.


Border color

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

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

This div border color is #A59881.


Opacity

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

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

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

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

This text has shadow with #A59881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59881 on black background.


Color preview on white background

This text has color #A59881 on white background.



Black color preview on #A59881 background

This text has black color on #A59881 background.


White color preview on #A59881 background

This text has white color on #A59881 background.