COLOR #A59C88

HEX: #A59C88 RGB: (165,156,136)

Color info

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

RGB color model

#A59C88 color RGB value is (165,156,136).

RGB: (165,156,136) (65%, 61%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 136 of 255 = 53%

165
156
136

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

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 136 = 457 (100%)
R 165 of 457 ~ 36.11%
G 156 of 457 ~ 34.14%
B 136 of 457 ~ 29.76'%

%36.11
%34.14
%29.76

CMYK color model

#A59C88 color CMYK value is (0,5,18,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 17.58%
  • key color value is 35.29%

CMYK: (0,5,18,35)
C0M5Y18K35 (0%, 5%, 18%, 35%)
(0.00 / 0.05 / 0.18 / 0.35)

CMYK percentages

%0
%5.45
%17.58
%35.29

Codes

Color #A59C88 in popluar color models

A5 9C 88
RGB 165 156 136
HSL 41° 13.88% 59.02%
HSB/HSV 41° 17.58% 64.71%
CMYK 0.00% 5.45% 17.58%
35.29%

Color #A59C88 in popluar number systems.

HEX A5 9C 88
Decimal 165 156 136
Binary 10100101 10011100 10001000
Octal 245 234 210

Shades and tints

Shades of #A59C88

#A59C88
(165,156,136)
#968E7C
(150,142,124)
#878070
(135,128,112)
#787264
(120,114,100)
#696458
(105,100,88)
#5A564C
(90,86,76)
#4B4840
(75,72,64)
#3C3A34
(60,58,52)
#2D2C28
(45,44,40)
#1E1E1C
(30,30,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A59C88

#A59C88
(165,156,136)
#ADA592
(173,165,146)
#B5AE9C
(181,174,156)
#BDB7A6
(189,183,166)
#C5C0B0
(197,192,176)
#CDC9BA
(205,201,186)
#D5D2C4
(213,210,196)
#DDDBCE
(221,219,206)
#E5E4D8
(229,228,216)
#EDEDE2
(237,237,226)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C88; }

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

This text font color is #A59C88.

Background Color

.myBgColor { background-color: #A59C88; }

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

This div background color is #A59C88.

Border color

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

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

This div border color is #A59C88.

Opacity

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

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

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

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

This text has shadow with #A59C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59C88.

Preview

Color preview on black background

This text has color #A59C88 on black background.


Color preview on white background

This text has color #A59C88 on white background.


Black color preview on #A59C88 background

This text has black color on #A59C88 background.


White color preview on #A59C88 background

This text has white color on #A59C88 background.


Related colors

Complementary color

Complementary color for #hex is #5A6377.


I love getcolorcode.com

Triadic colors

1 #88A59C and #9C88A5 with #A59C88 are triadic colors.

2 #889CA5 and #9CA588 with #A59C88 are triadic colors.