COLOR #A59EA8

HEX: #A59EA8 RGB: (165,158,168)

Color info

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

RGB color model

#A59EA8 color RGB value is (165,158,168).

RGB: (165,158,168) (65%, 62%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 168 of 255 = 66%

165
158
168

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

Portions of RGB colors in percentages

R + G + B = 165 + 158 + 168 = 491 (100%)
R 165 of 491 ~ 33.6%
G 158 of 491 ~ 32.18%
B 168 of 491 ~ 34.22'%

%33.6
%32.18
%34.22

CMYK color model

#A59EA8 color CMYK value is (2,6,0,34).

  • cyan value is 1.79%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (2,6,0,34)
C2M6Y0K34 (2%, 6%, 0%, 34%)
(0.02 / 0.06 / 0.00 / 0.34)

CMYK percentages

%1.79
%5.95
%0
%34.12

Codes

Color #A59EA8 in popluar color models

A5 9E A8
RGB 165 158 168
HSL 282° 5.43% 63.92%
HSB/HSV 282° 5.95% 65.88%
CMYK 1.79% 5.95% 0.00%
34.12%

Color #A59EA8 in popluar number systems.

HEX A5 9E A8
Decimal 165 158 168
Binary 10100101 10011110 10101000
Octal 245 236 250

Shades and tints

Shades of #A59EA8

#A59EA8
(165,158,168)
#969099
(150,144,153)
#87828A
(135,130,138)
#78747B
(120,116,123)
#69666C
(105,102,108)
#5A585D
(90,88,93)
#4B4A4E
(75,74,78)
#3C3C3F
(60,60,63)
#2D2E30
(45,46,48)
#1E2021
(30,32,33)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A59EA8

#A59EA8
(165,158,168)
#ADA6AF
(173,166,175)
#B5AEB6
(181,174,182)
#BDB6BD
(189,182,189)
#C5BEC4
(197,190,196)
#CDC6CB
(205,198,203)
#D5CED2
(213,206,210)
#DDD6D9
(221,214,217)
#E5DEE0
(229,222,224)
#EDE6E7
(237,230,231)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59EA8; }

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

This text font color is #A59EA8.

Background Color

.myBgColor { background-color: #A59EA8; }

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

This div background color is #A59EA8.

Border color

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

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

This div border color is #A59EA8.

Opacity

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

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

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

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

This text has shadow with #A59EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59EA8.

Preview

Color preview on black background

This text has color #A59EA8 on black background.


Color preview on white background

This text has color #A59EA8 on white background.


Black color preview on #A59EA8 background

This text has black color on #A59EA8 background.


White color preview on #A59EA8 background

This text has white color on #A59EA8 background.


Related colors

Complementary color

Complementary color for #hex is #5A6157.


I love getcolorcode.com

Triadic colors

1 #A8A59E and #9EA8A5 with #A59EA8 are triadic colors.

2 #A89EA5 and #9EA5A8 with #A59EA8 are triadic colors.