COLOR #A59189

HEX: #A59189 RGB: (165,145,137)

Color info

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

RGB color model

#A59189 color RGB value is (165,145,137).

RGB: (165,145,137) (65%, 57%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 137 of 255 = 54%

165
145
137

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

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 137 = 447 (100%)
R 165 of 447 ~ 36.91%
G 145 of 447 ~ 32.44%
B 137 of 447 ~ 30.65'%

%36.91
%32.44
%30.65

CMYK color model

#A59189 color CMYK value is (0,12,17,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 16.97%
  • key color value is 35.29%

CMYK: (0,12,17,35)
C0M12Y17K35 (0%, 12%, 17%, 35%)
(0.00 / 0.12 / 0.17 / 0.35)

CMYK percentages

%0
%12.12
%16.97
%35.29

Codes

Color #A59189 in popluar color models

A5 91 89
RGB 165 145 137
HSL 17° 13.46% 59.22%
HSB/HSV 17° 16.97% 64.71%
CMYK 0.00% 12.12% 16.97%
35.29%

Color #A59189 in popluar number systems.

HEX A5 91 89
Decimal 165 145 137
Binary 10100101 10010001 10001001
Octal 245 221 211

Shades and tints

Shades of #A59189

#A59189
(165,145,137)
#96847D
(150,132,125)
#877771
(135,119,113)
#786A65
(120,106,101)
#695D59
(105,93,89)
#5A504D
(90,80,77)
#4B4341
(75,67,65)
#3C3635
(60,54,53)
#2D2929
(45,41,41)
#1E1C1D
(30,28,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A59189

#A59189
(165,145,137)
#AD9B93
(173,155,147)
#B5A59D
(181,165,157)
#BDAFA7
(189,175,167)
#C5B9B1
(197,185,177)
#CDC3BB
(205,195,187)
#D5CDC5
(213,205,197)
#DDD7CF
(221,215,207)
#E5E1D9
(229,225,217)
#EDEBE3
(237,235,227)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59189; }

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

This text font color is #A59189.

Background Color

.myBgColor { background-color: #A59189; }

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

This div background color is #A59189.

Border color

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

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

This div border color is #A59189.

Opacity

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

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

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

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

This text has shadow with #A59189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59189.

Preview

Color preview on black background

This text has color #A59189 on black background.


Color preview on white background

This text has color #A59189 on white background.


Black color preview on #A59189 background

This text has black color on #A59189 background.


White color preview on #A59189 background

This text has white color on #A59189 background.


Related colors

Complementary color

Complementary color for #hex is #5A6E76.


I love getcolorcode.com

Triadic colors

1 #89A591 and #9189A5 with #A59189 are triadic colors.

2 #8991A5 and #91A589 with #A59189 are triadic colors.