COLOR #A59991

HEX: #A59991 RGB: (165,153,145)

Color info

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

RGB color model

#A59991 color RGB value is (165,153,145).

RGB: (165,153,145) (65%, 60%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 145 of 255 = 57%

165
153
145

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

Portions of RGB colors in percentages

R + G + B = 165 + 153 + 145 = 463 (100%)
R 165 of 463 ~ 35.64%
G 153 of 463 ~ 33.05%
B 145 of 463 ~ 31.32'%

%35.64
%33.05
%31.32

CMYK color model

#A59991 color CMYK value is (0,7,12,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK: (0,7,12,35) C0M7Y12K35 (0%,7%,12%,35%) (0.00/0.07/0.12/0.35) 

CMYK percentages

%0
%7.27
%12.12
%35.29

Codes

Color #A59991 in popluar color models

A5 99 91
RGB 165 153 145
HSL 24° 10.00% 60.78%
HSB/HSV 24° 12.12% 64.71%
CMYK 0.00% 7.27% 12.12%
35.29%

Color #A59991 in popluar number systems.

HEX A5 99 91
Decimal 165 153 145
Binary 10100101 10011001 10010001
Octal 245 231 221

Shades and tints

Shades of #A59991

#A59991
(165,153,145)
#968C84
(150,140,132)
#877F77
(135,127,119)
#78726A
(120,114,106)
#69655D
(105,101,93)
#5A5850
(90,88,80)
#4B4B43
(75,75,67)
#3C3E36
(60,62,54)
#2D3129
(45,49,41)
#1E241C
(30,36,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A59991

#A59991
(165,153,145)
#ADA29B
(173,162,155)
#B5ABA5
(181,171,165)
#BDB4AF
(189,180,175)
#C5BDB9
(197,189,185)
#CDC6C3
(205,198,195)
#D5CFCD
(213,207,205)
#DDD8D7
(221,216,215)
#E5E1E1
(229,225,225)
#EDEAEB
(237,234,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59991 color. Also use rgb(165,153,145) instead hex code.

Text Font Color

.myTextColor { color: #A59991; }

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

This text font color is #A59991.

Background Color

.myBgColor { background-color: #A59991; }

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

This div background color is #A59991.

Border color

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

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

This div border color is #A59991.

Opacity

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

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

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

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

This text has shadow with #A59991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59991.

Preview

Color preview on black background

This text has color #A59991 on black background.


Color preview on white background

This text has color #A59991 on white background.


Black color preview on #A59991 background

This text has black color on #A59991 background.


White color preview on #A59991 background

This text has white color on #A59991 background.


Related colors

Complementary color

Complementary color for #hex is #5A666E.


I love getcolorcode.com

Triadic colors

1 #91A599 and #9991A5 with #A59991 are triadic colors.

2 #9199A5 and #99A591 with #A59991 are triadic colors.