COLOR #A59B90

HEX: #A59B90
RGB: (165,155,144)

Color info

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

RGB color model

#A59B90 color RGB value is (165,155,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 144 of 255 = 56%

165
155
144

R + G + B ~ 61%. #A59B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 144 = 464 (100%)
R 165 of 464 ~ 35.56%
G 155 of 464 ~ 33.41%
B 144 of 464 ~ 31.03%

%35.56
%33.41
%31.03

CMYK color model

#A59B90 color CMYK value is (0,6,13,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,6,13,35)
C0M6Y13K35 
(0%,6%,13%,35%)
(0.00/0.06/0.13/0.35)	

CMYK percentages

%0
%6.06
%12.73
%35.29

Codes

Color #A59B90 in popluar color models

A59B90
RGB165155144
HSL31°10.45%60.59%
HSB/HSV31°12.73%64.71%
CMYK0.00%6.06%12.73%
35.29%

Color #A59B90 in popluar number systems.

HEXA59B90
Decimal165155144
Binary101001011001101110010000
Octal245233220

Shades and tints

Shades of #A59B90

#A59B90
(165,155,144)
#968D83
(150,141,131)
#877F76
(135,127,118)
#787169
(120,113,105)
#69635C
(105,99,92)
#5A554F
(90,85,79)
#4B4742
(75,71,66)
#3C3935
(60,57,53)
#2D2B28
(45,43,40)
#1E1D1B
(30,29,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A59B90

#A59B90
(165,155,144)
#ADA49A
(173,164,154)
#B5ADA4
(181,173,164)
#BDB6AE
(189,182,174)
#C5BFB8
(197,191,184)
#CDC8C2
(205,200,194)
#D5D1CC
(213,209,204)
#DDDAD6
(221,218,214)
#E5E3E0
(229,227,224)
#EDECEA
(237,236,234)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59B90; }

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

This text font color is #A59B90.


Background Color

.myBgColor { background-color: #A59B90; }

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

This div background color is #A59B90.


Border color

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

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

This div border color is #A59B90.


Opacity

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

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

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

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

This text has shadow with #A59B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B90 on black background.


Color preview on white background

This text has color #A59B90 on white background.



Black color preview on #A59B90 background

This text has black color on #A59B90 background.


White color preview on #A59B90 background

This text has white color on #A59B90 background.