COLOR #A59399

HEX: #A59399 RGB: (165,147,153)

Color info

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

RGB color model

#A59399 color RGB value is (165,147,153).

RGB: (165,147,153) (65%, 58%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 153 of 255 = 60%

165
147
153

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

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 153 = 465 (100%)
R 165 of 465 ~ 35.48%
G 147 of 465 ~ 31.61%
B 153 of 465 ~ 32.9'%

%35.48
%31.61
%32.9

CMYK color model

#A59399 color CMYK value is (0,11,7,35).

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

CMYK: (0,11,7,35)
C0M11Y7K35 (0%, 11%, 7%, 35%)
(0.00 / 0.11 / 0.07 / 0.35)

CMYK percentages

%0
%10.91
%7.27
%35.29

Codes

Color #A59399 in popluar color models

A5 93 99
RGB 165 147 153
HSL 340° 9.09% 61.18%
HSB/HSV 340° 10.91% 64.71%
CMYK 0.00% 10.91% 7.27%
35.29%

Color #A59399 in popluar number systems.

HEX A5 93 99
Decimal 165 147 153
Binary 10100101 10010011 10011001
Octal 245 223 231

Shades and tints

Shades of #A59399

#A59399
(165,147,153)
#96868C
(150,134,140)
#87797F
(135,121,127)
#786C72
(120,108,114)
#695F65
(105,95,101)
#5A5258
(90,82,88)
#4B454B
(75,69,75)
#3C383E
(60,56,62)
#2D2B31
(45,43,49)
#1E1E24
(30,30,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A59399

#A59399
(165,147,153)
#AD9CA2
(173,156,162)
#B5A5AB
(181,165,171)
#BDAEB4
(189,174,180)
#C5B7BD
(197,183,189)
#CDC0C6
(205,192,198)
#D5C9CF
(213,201,207)
#DDD2D8
(221,210,216)
#E5DBE1
(229,219,225)
#EDE4EA
(237,228,234)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59399; }

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

This text font color is #A59399.

Background Color

.myBgColor { background-color: #A59399; }

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

This div background color is #A59399.

Border color

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

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

This div border color is #A59399.

Opacity

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

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

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

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

This text has shadow with #A59399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59399.

Preview

Color preview on black background

This text has color #A59399 on black background.


Color preview on white background

This text has color #A59399 on white background.


Black color preview on #A59399 background

This text has black color on #A59399 background.


White color preview on #A59399 background

This text has white color on #A59399 background.


Related colors

Complementary color

Complementary color for #hex is #5A6C66.


I love getcolorcode.com

Triadic colors

1 #99A593 and #9399A5 with #A59399 are triadic colors.

2 #9993A5 and #93A599 with #A59399 are triadic colors.