COLOR #A59088

HEX: #A59088
RGB: (165,144,136)

Color info

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

RGB color model

#A59088 color RGB value is (165,144,136).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 136 of 255 = 53%

165
144
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 136 = 445 (100%)
R 165 of 445 ~ 37.08%
G 144 of 445 ~ 32.36%
B 136 of 445 ~ 30.56%

%37.08
%32.36
%30.56

CMYK color model

#A59088 color CMYK value is (0,13,18,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,13,18,35)
C0M13Y18K35 
(0%,13%,18%,35%)
(0.00/0.13/0.18/0.35)	

CMYK percentages

%0
%12.73
%17.58
%35.29

Codes

Color #A59088 in popluar color models

A59088
RGB165144136
HSL17°13.88%59.02%
HSB/HSV17°17.58%64.71%
CMYK0.00%12.73%17.58%
35.29%

Color #A59088 in popluar number systems.

HEXA59088
Decimal165144136
Binary101001011001000010001000
Octal245220210

Shades and tints

Shades of #A59088

#A59088
(165,144,136)
#96837C
(150,131,124)
#877670
(135,118,112)
#786964
(120,105,100)
#695C58
(105,92,88)
#5A4F4C
(90,79,76)
#4B4240
(75,66,64)
#3C3534
(60,53,52)
#2D2828
(45,40,40)
#1E1B1C
(30,27,28)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A59088

#A59088
(165,144,136)
#AD9A92
(173,154,146)
#B5A49C
(181,164,156)
#BDAEA6
(189,174,166)
#C5B8B0
(197,184,176)
#CDC2BA
(205,194,186)
#D5CCC4
(213,204,196)
#DDD6CE
(221,214,206)
#E5E0D8
(229,224,216)
#EDEAE2
(237,234,226)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59088; }

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

This text font color is #A59088.


Background Color

.myBgColor { background-color: #A59088; }

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

This div background color is #A59088.


Border color

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

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

This div border color is #A59088.


Opacity

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

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

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

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

This text has shadow with #A59088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59088 on black background.


Color preview on white background

This text has color #A59088 on white background.



Black color preview on #A59088 background

This text has black color on #A59088 background.


White color preview on #A59088 background

This text has white color on #A59088 background.