COLOR #A59B80

HEX: #A59B80
RGB: (165,155,128)

Color info

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

RGB color model

#A59B80 color RGB value is (165,155,128).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 128 of 255 = 50%

165
155
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 128 = 448 (100%)
R 165 of 448 ~ 36.83%
G 155 of 448 ~ 34.6%
B 128 of 448 ~ 28.57%

%36.83
%34.6
%28.57

CMYK color model

#A59B80 color CMYK value is (0,6,22,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(0,6,22,35)
C0M6Y22K35 
(0%,6%,22%,35%)
(0.00/0.06/0.22/0.35)	

CMYK percentages

%0
%6.06
%22.42
%35.29

Codes

Color #A59B80 in popluar color models

A59B80
RGB165155128
HSL44°17.05%57.45%
HSB/HSV44°22.42%64.71%
CMYK0.00%6.06%22.42%
35.29%

Color #A59B80 in popluar number systems.

HEXA59B80
Decimal165155128
Binary101001011001101110000000
Octal245233200

Shades and tints

Shades of #A59B80

#A59B80
(165,155,128)
#968D75
(150,141,117)
#877F6A
(135,127,106)
#78715F
(120,113,95)
#696354
(105,99,84)
#5A5549
(90,85,73)
#4B473E
(75,71,62)
#3C3933
(60,57,51)
#2D2B28
(45,43,40)
#1E1D1D
(30,29,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A59B80

#A59B80
(165,155,128)
#ADA48B
(173,164,139)
#B5AD96
(181,173,150)
#BDB6A1
(189,182,161)
#C5BFAC
(197,191,172)
#CDC8B7
(205,200,183)
#D5D1C2
(213,209,194)
#DDDACD
(221,218,205)
#E5E3D8
(229,227,216)
#EDECE3
(237,236,227)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59B80; }

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

This text font color is #A59B80.


Background Color

.myBgColor { background-color: #A59B80; }

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

This div background color is #A59B80.


Border color

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

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

This div border color is #A59B80.


Opacity

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

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

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

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

This text has shadow with #A59B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B80 on black background.


Color preview on white background

This text has color #A59B80 on white background.



Black color preview on #A59B80 background

This text has black color on #A59B80 background.


White color preview on #A59B80 background

This text has white color on #A59B80 background.