COLOR #A59190

HEX: #A59190 RGB: (165,145,144)

Color info

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

RGB color model

#A59190 color RGB value is (165,145,144).

RGB: (165,145,144) (65%, 57%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 144 of 255 = 56%

165
145
144

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

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 144 = 454 (100%)
R 165 of 454 ~ 36.34%
G 145 of 454 ~ 31.94%
B 144 of 454 ~ 31.72'%

%36.34
%31.94
%31.72

CMYK color model

#A59190 color CMYK value is (0,12,13,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK: (0,12,13,35) C0M12Y13K35 (0%,12%,13%,35%) (0.00/0.12/0.13/0.35) 

CMYK percentages

%0
%12.12
%12.73
%35.29

Codes

Color #A59190 in popluar color models

A5 91 90
RGB 165 145 144
HSL 10.45% 60.59%
HSB/HSV 12.73% 64.71%
CMYK 0.00% 12.12% 12.73%
35.29%

Color #A59190 in popluar number systems.

HEX A5 91 90
Decimal 165 145 144
Binary 10100101 10010001 10010000
Octal 245 221 220

Shades and tints

Shades of #A59190

#A59190
(165,145,144)
#968483
(150,132,131)
#877776
(135,119,118)
#786A69
(120,106,105)
#695D5C
(105,93,92)
#5A504F
(90,80,79)
#4B4342
(75,67,66)
#3C3635
(60,54,53)
#2D2928
(45,41,40)
#1E1C1B
(30,28,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A59190

#A59190
(165,145,144)
#AD9B9A
(173,155,154)
#B5A5A4
(181,165,164)
#BDAFAE
(189,175,174)
#C5B9B8
(197,185,184)
#CDC3C2
(205,195,194)
#D5CDCC
(213,205,204)
#DDD7D6
(221,215,214)
#E5E1E0
(229,225,224)
#EDEBEA
(237,235,234)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59190; }

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

This text font color is #A59190.

Background Color

.myBgColor { background-color: #A59190; }

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

This div background color is #A59190.

Border color

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

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

This div border color is #A59190.

Opacity

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

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

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

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

This text has shadow with #A59190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59190.

Preview

Color preview on black background

This text has color #A59190 on black background.


Color preview on white background

This text has color #A59190 on white background.


Black color preview on #A59190 background

This text has black color on #A59190 background.


White color preview on #A59190 background

This text has white color on #A59190 background.


Related colors

Complementary color

Complementary color for #hex is #5A6E6F.


I love getcolorcode.com

Triadic colors

1 #90A591 and #9190A5 with #A59190 are triadic colors.

2 #9091A5 and #91A590 with #A59190 are triadic colors.