COLOR #A59AB3

HEX: #A59AB3
RGB: (165,154,179)

Color info

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

RGB color model

#A59AB3 color RGB value is (165,154,179).

  • red value is 165;
  • green value is 154;
  • blue value is 179.
RGB:
(165,154,179)
(65%,60%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 179 of 255 = 70%

165
154
179

R + G + B ~ 65%. #A59AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 179 = 498 (100%)
R 165 of 498 ~ 33.13%
G 154 of 498 ~ 30.92%
B 179 of 498 ~ 35.94%

%33.13
%30.92
%35.94

CMYK color model

#A59AB3 color CMYK value is (8,14,0,30).

  • cyan value is 7.82%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(8,14,0,30)
C8M14Y0K30 
(8%,14%,0%,30%)
(0.08/0.14/0.00/0.30)	

CMYK percentages

%7.82
%13.97
%0
%29.8

Codes

Color #A59AB3 in popluar color models

A59AB3
RGB165154179
HSL266°14.12%65.29%
HSB/HSV266°13.97%70.20%
CMYK7.82%13.97%0.00%
29.80%

Color #A59AB3 in popluar number systems.

HEXA59AB3
Decimal165154179
Binary101001011001101010110011
Octal245232263

Shades and tints

Shades of #A59AB3

#A59AB3
(165,154,179)
#968CA3
(150,140,163)
#877E93
(135,126,147)
#787083
(120,112,131)
#696273
(105,98,115)
#5A5463
(90,84,99)
#4B4653
(75,70,83)
#3C3843
(60,56,67)
#2D2A33
(45,42,51)
#1E1C23
(30,28,35)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A59AB3

#A59AB3
(165,154,179)
#ADA3B9
(173,163,185)
#B5ACBF
(181,172,191)
#BDB5C5
(189,181,197)
#C5BECB
(197,190,203)
#CDC7D1
(205,199,209)
#D5D0D7
(213,208,215)
#DDD9DD
(221,217,221)
#E5E2E3
(229,226,227)
#EDEBE9
(237,235,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59AB3 color. Also use rgb(165,154,179) instead hex code.

Text Font Color

.myTextColor { color: #A59AB3; }

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

This text font color is #A59AB3.


Background Color

.myBgColor { background-color: #A59AB3; }

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

This div background color is #A59AB3.


Border color

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

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

This div border color is #A59AB3.


Opacity

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

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

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

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

This text has shadow with #A59AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59AB3 on black background.


Color preview on white background

This text has color #A59AB3 on white background.



Black color preview on #A59AB3 background

This text has black color on #A59AB3 background.


White color preview on #A59AB3 background

This text has white color on #A59AB3 background.