COLOR #A59F80

HEX: #A59F80
RGB: (165,159,128)

Color info

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

RGB color model

#A59F80 color RGB value is (165,159,128).

  • red value is 165;
  • green value is 159;
  • blue value is 128.
RGB:
(165,159,128)
(65%,62%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 128 of 255 = 50%

165
159
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 128 = 452 (100%)
R 165 of 452 ~ 36.5%
G 159 of 452 ~ 35.18%
B 128 of 452 ~ 28.32%

%36.5
%35.18
%28.32

CMYK color model

#A59F80 color CMYK value is (0,4,22,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(0,4,22,35)
C0M4Y22K35 
(0%,4%,22%,35%)
(0.00/0.04/0.22/0.35)	

CMYK percentages

%0
%3.64
%22.42
%35.29

Codes

Color #A59F80 in popluar color models

A59F80
RGB165159128
HSL50°17.05%57.45%
HSB/HSV50°22.42%64.71%
CMYK0.00%3.64%22.42%
35.29%

Color #A59F80 in popluar number systems.

HEXA59F80
Decimal165159128
Binary101001011001111110000000
Octal245237200

Shades and tints

Shades of #A59F80

#A59F80
(165,159,128)
#969175
(150,145,117)
#87836A
(135,131,106)
#78755F
(120,117,95)
#696754
(105,103,84)
#5A5949
(90,89,73)
#4B4B3E
(75,75,62)
#3C3D33
(60,61,51)
#2D2F28
(45,47,40)
#1E211D
(30,33,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A59F80

#A59F80
(165,159,128)
#ADA78B
(173,167,139)
#B5AF96
(181,175,150)
#BDB7A1
(189,183,161)
#C5BFAC
(197,191,172)
#CDC7B7
(205,199,183)
#D5CFC2
(213,207,194)
#DDD7CD
(221,215,205)
#E5DFD8
(229,223,216)
#EDE7E3
(237,231,227)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59F80 color. Also use rgb(165,159,128) instead hex code.

Text Font Color

.myTextColor { color: #A59F80; }

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

This text font color is #A59F80.


Background Color

.myBgColor { background-color: #A59F80; }

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

This div background color is #A59F80.


Border color

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

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

This div border color is #A59F80.


Opacity

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

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

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

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

This text has shadow with #A59F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F80 on black background.


Color preview on white background

This text has color #A59F80 on white background.



Black color preview on #A59F80 background

This text has black color on #A59F80 background.


White color preview on #A59F80 background

This text has white color on #A59F80 background.