COLOR #A9859E

HEX: #A9859E RGB: (169,133,158)

Color info

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

RGB color model

#A9859E color RGB value is (169,133,158).

RGB: (169,133,158) (66%, 52%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 158 of 255 = 62%

169
133
158

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

Portions of RGB colors in percentages

R + G + B = 169 + 133 + 158 = 460 (100%)
R 169 of 460 ~ 36.74%
G 133 of 460 ~ 28.91%
B 158 of 460 ~ 34.35'%

%36.74
%28.91
%34.35

CMYK color model

#A9859E color CMYK value is (0,21,7,34).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK: (0,21,7,34) C0M21Y7K34 (0%,21%,7%,34%) (0.00/0.21/0.07/0.34) 

CMYK percentages

%0
%21.3
%6.51
%33.73

Codes

Color #A9859E in popluar color models

A9 85 9E
RGB 169 133 158
HSL 318° 17.31% 59.22%
HSB/HSV 318° 21.30% 66.27%
CMYK 0.00% 21.30% 6.51%
33.73%

Color #A9859E in popluar number systems.

HEX A9 85 9E
Decimal 169 133 158
Binary 10101001 10000101 10011110
Octal 251 205 236

Shades and tints

Shades of #A9859E

#A9859E
(169,133,158)
#9A7990
(154,121,144)
#8B6D82
(139,109,130)
#7C6174
(124,97,116)
#6D5566
(109,85,102)
#5E4958
(94,73,88)
#4F3D4A
(79,61,74)
#40313C
(64,49,60)
#31252E
(49,37,46)
#221920
(34,25,32)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #A9859E

#A9859E
(169,133,158)
#B090A6
(176,144,166)
#B79BAE
(183,155,174)
#BEA6B6
(190,166,182)
#C5B1BE
(197,177,190)
#CCBCC6
(204,188,198)
#D3C7CE
(211,199,206)
#DAD2D6
(218,210,214)
#E1DDDE
(225,221,222)
#E8E8E6
(232,232,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9859E color. Also use rgb(169,133,158) instead hex code.

Text Font Color

.myTextColor { color: #A9859E; }

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

This text font color is #A9859E.

Background Color

.myBgColor { background-color: #A9859E; }

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

This div background color is #A9859E.

Border color

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

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

This div border color is #A9859E.

Opacity

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

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

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

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

This text has shadow with #A9859E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9859E.

Preview

Color preview on black background

This text has color #A9859E on black background.


Color preview on white background

This text has color #A9859E on white background.


Black color preview on #A9859E background

This text has black color on #A9859E background.


White color preview on #A9859E background

This text has white color on #A9859E background.


Related colors

Complementary color

Complementary color for #hex is #567A61.


I love getcolorcode.com

Triadic colors

1 #9EA985 and #859EA9 with #A9859E are triadic colors.

2 #9E85A9 and #85A99E with #A9859E are triadic colors.