COLOR #A59390

HEX: #A59390 RGB: (165,147,144)

Color info

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

RGB color model

#A59390 color RGB value is (165,147,144).

RGB: (165,147,144) (65%, 58%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 144 of 255 = 56%

165
147
144

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

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 144 = 456 (100%)
R 165 of 456 ~ 36.18%
G 147 of 456 ~ 32.24%
B 144 of 456 ~ 31.58'%

%36.18
%32.24
%31.58

CMYK color model

#A59390 color CMYK value is (0,11,13,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 12.73%
  • key color value is 35.29%

CMYK: (0,11,13,35)
C0M11Y13K35 (0%, 11%, 13%, 35%)
(0.00 / 0.11 / 0.13 / 0.35)

CMYK percentages

%0
%10.91
%12.73
%35.29

Codes

Color #A59390 in popluar color models

A5 93 90
RGB 165 147 144
HSL 10.45% 60.59%
HSB/HSV 12.73% 64.71%
CMYK 0.00% 10.91% 12.73%
35.29%

Color #A59390 in popluar number systems.

HEX A5 93 90
Decimal 165 147 144
Binary 10100101 10010011 10010000
Octal 245 223 220

Shades and tints

Shades of #A59390

#A59390
(165,147,144)
#968683
(150,134,131)
#877976
(135,121,118)
#786C69
(120,108,105)
#695F5C
(105,95,92)
#5A524F
(90,82,79)
#4B4542
(75,69,66)
#3C3835
(60,56,53)
#2D2B28
(45,43,40)
#1E1E1B
(30,30,27)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #A59390

#A59390
(165,147,144)
#AD9C9A
(173,156,154)
#B5A5A4
(181,165,164)
#BDAEAE
(189,174,174)
#C5B7B8
(197,183,184)
#CDC0C2
(205,192,194)
#D5C9CC
(213,201,204)
#DDD2D6
(221,210,214)
#E5DBE0
(229,219,224)
#EDE4EA
(237,228,234)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59390; }

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

This text font color is #A59390.

Background Color

.myBgColor { background-color: #A59390; }

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

This div background color is #A59390.

Border color

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

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

This div border color is #A59390.

Opacity

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

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

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

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

This text has shadow with #A59390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59390.

Preview

Color preview on black background

This text has color #A59390 on black background.


Color preview on white background

This text has color #A59390 on white background.


Black color preview on #A59390 background

This text has black color on #A59390 background.


White color preview on #A59390 background

This text has white color on #A59390 background.


Related colors

Complementary color

Complementary color for #hex is #5A6C6F.


I love getcolorcode.com

Triadic colors

1 #90A593 and #9390A5 with #A59390 are triadic colors.

2 #9093A5 and #93A590 with #A59390 are triadic colors.