COLOR #A59EA3

HEX: #A59EA3 RGB: (165,158,163)

Color info

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

RGB color model

#A59EA3 color RGB value is (165,158,163).

RGB: (165,158,163) (65%, 62%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 163 of 255 = 64%

165
158
163

R + G + B ~ 64%. #A59EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 158 + 163 = 486 (100%)
R 165 of 486 ~ 33.95%
G 158 of 486 ~ 32.51%
B 163 of 486 ~ 33.54'%

%33.95
%32.51
%33.54

CMYK color model

#A59EA3 color CMYK value is (0,4,1,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 1.21%
  • key color value is 35.29%

CMYK: (0,4,1,35)
C0M4Y1K35 (0%, 4%, 1%, 35%)
(0.00 / 0.04 / 0.01 / 0.35)

CMYK percentages

%0
%4.24
%1.21
%35.29

Codes

Color #A59EA3 in popluar color models

A5 9E A3
RGB 165 158 163
HSL 317° 3.74% 63.33%
HSB/HSV 317° 4.24% 64.71%
CMYK 0.00% 4.24% 1.21%
35.29%

Color #A59EA3 in popluar number systems.

HEX A5 9E A3
Decimal 165 158 163
Binary 10100101 10011110 10100011
Octal 245 236 243

Shades and tints

Shades of #A59EA3

#A59EA3
(165,158,163)
#969095
(150,144,149)
#878287
(135,130,135)
#787479
(120,116,121)
#69666B
(105,102,107)
#5A585D
(90,88,93)
#4B4A4F
(75,74,79)
#3C3C41
(60,60,65)
#2D2E33
(45,46,51)
#1E2025
(30,32,37)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A59EA3

#A59EA3
(165,158,163)
#ADA6AB
(173,166,171)
#B5AEB3
(181,174,179)
#BDB6BB
(189,182,187)
#C5BEC3
(197,190,195)
#CDC6CB
(205,198,203)
#D5CED3
(213,206,211)
#DDD6DB
(221,214,219)
#E5DEE3
(229,222,227)
#EDE6EB
(237,230,235)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59EA3 color. Also use rgb(165,158,163) instead hex code.

Text Font Color

.myTextColor { color: #A59EA3; }

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

This text font color is #A59EA3.

Background Color

.myBgColor { background-color: #A59EA3; }

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

This div background color is #A59EA3.

Border color

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

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

This div border color is #A59EA3.

Opacity

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

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

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

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

This text has shadow with #A59EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59EA3.

Preview

Color preview on black background

This text has color #A59EA3 on black background.


Color preview on white background

This text has color #A59EA3 on white background.


Black color preview on #A59EA3 background

This text has black color on #A59EA3 background.


White color preview on #A59EA3 background

This text has white color on #A59EA3 background.


Related colors

Complementary color

Complementary color for #hex is #5A615C.


I love getcolorcode.com

Triadic colors

1 #A3A59E and #9EA3A5 with #A59EA3 are triadic colors.

2 #A39EA5 and #9EA5A3 with #A59EA3 are triadic colors.