COLOR #A59093

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
144
147

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

Portions of RGB colors in percentages

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

%36.18
%31.58
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK: (0,13,11,35) C0M13Y11K35 (0%,13%,11%,35%) (0.00/0.13/0.11/0.35) 

CMYK percentages

%0
%12.73
%10.91
%35.29

Codes

Color #A59093 in popluar color models

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

Color #A59093 in popluar number systems.

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

Shades and tints

Shades of #A59093

#A59093
(165,144,147)
#968386
(150,131,134)
#877679
(135,118,121)
#78696C
(120,105,108)
#695C5F
(105,92,95)
#5A4F52
(90,79,82)
#4B4245
(75,66,69)
#3C3538
(60,53,56)
#2D282B
(45,40,43)
#1E1B1E
(30,27,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A59093

#A59093
(165,144,147)
#AD9A9C
(173,154,156)
#B5A4A5
(181,164,165)
#BDAEAE
(189,174,174)
#C5B8B7
(197,184,183)
#CDC2C0
(205,194,192)
#D5CCC9
(213,204,201)
#DDD6D2
(221,214,210)
#E5E0DB
(229,224,219)
#EDEAE4
(237,234,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59093; }

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

This text font color is #A59093.

Background Color

.myBgColor { background-color: #A59093; }

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

This div background color is #A59093.

Border color

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

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

This div border color is #A59093.

Opacity

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

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

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

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

This text has shadow with #A59093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59093.

Preview

Color preview on black background

This text has color #A59093 on black background.


Color preview on white background

This text has color #A59093 on white background.


Black color preview on #A59093 background

This text has black color on #A59093 background.


White color preview on #A59093 background

This text has white color on #A59093 background.


Related colors

Complementary color

Complementary color for #hex is #5A6F6C.


I love getcolorcode.com

Triadic colors

1 #93A590 and #9093A5 with #A59093 are triadic colors.

2 #9390A5 and #90A593 with #A59093 are triadic colors.