COLOR #A59AAD

HEX: #A59AAD RGB: (165,154,173)

Color info

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

RGB color model

#A59AAD color RGB value is (165,154,173).

RGB: (165,154,173) (65%, 60%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 173 of 255 = 68%

165
154
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 173 = 492 (100%)
R 165 of 492 ~ 33.54%
G 154 of 492 ~ 31.3%
B 173 of 492 ~ 35.16'%

%33.54
%31.3
%35.16

CMYK color model

#A59AAD color CMYK value is (5,11,0,32).

  • cyan value is 4.62%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (5,11,0,32) C5M11Y0K32 (5%,11%,0%,32%) (0.05/0.11/0.00/0.32) 

CMYK percentages

%4.62
%10.98
%0
%32.16

Codes

Color #A59AAD in popluar color models

A5 9A AD
RGB 165 154 173
HSL 275° 10.38% 64.12%
HSB/HSV 275° 10.98% 67.84%
CMYK 4.62% 10.98% 0.00%
32.16%

Color #A59AAD in popluar number systems.

HEX A5 9A AD
Decimal 165 154 173
Binary 10100101 10011010 10101101
Octal 245 232 255

Shades and tints

Shades of #A59AAD

#A59AAD
(165,154,173)
#968C9E
(150,140,158)
#877E8F
(135,126,143)
#787080
(120,112,128)
#696271
(105,98,113)
#5A5462
(90,84,98)
#4B4653
(75,70,83)
#3C3844
(60,56,68)
#2D2A35
(45,42,53)
#1E1C26
(30,28,38)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #A59AAD

#A59AAD
(165,154,173)
#ADA3B4
(173,163,180)
#B5ACBB
(181,172,187)
#BDB5C2
(189,181,194)
#C5BEC9
(197,190,201)
#CDC7D0
(205,199,208)
#D5D0D7
(213,208,215)
#DDD9DE
(221,217,222)
#E5E2E5
(229,226,229)
#EDEBEC
(237,235,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AAD; }

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

This text font color is #A59AAD.

Background Color

.myBgColor { background-color: #A59AAD; }

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

This div background color is #A59AAD.

Border color

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

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

This div border color is #A59AAD.

Opacity

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

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

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

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

This text has shadow with #A59AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59AAD.

Preview

Color preview on black background

This text has color #A59AAD on black background.


Color preview on white background

This text has color #A59AAD on white background.


Black color preview on #A59AAD background

This text has black color on #A59AAD background.


White color preview on #A59AAD background

This text has white color on #A59AAD background.


Related colors

Complementary color

Complementary color for #hex is #5A6552.


I love getcolorcode.com

Triadic colors

1 #ADA59A and #9AADA5 with #A59AAD are triadic colors.

2 #AD9AA5 and #9AA5AD with #A59AAD are triadic colors.