COLOR #A59AB1

HEX: #A59AB1 RGB: (165,154,177)

Color info

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

RGB color model

#A59AB1 color RGB value is (165,154,177).

RGB: (165,154,177) (65%, 60%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 177 of 255 = 69%

165
154
177

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

Portions of RGB colors in percentages

R + G + B = 165 + 154 + 177 = 496 (100%)
R 165 of 496 ~ 33.27%
G 154 of 496 ~ 31.05%
B 177 of 496 ~ 35.69'%

%33.27
%31.05
%35.69

CMYK color model

#A59AB1 color CMYK value is (7,13,0,31).

  • cyan value is 6.78%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (7,13,0,31)
C7M13Y0K31 (7%, 13%, 0%, 31%)
(0.07 / 0.13 / 0.00 / 0.31)

CMYK percentages

%6.78
%12.99
%0
%30.59

Codes

Color #A59AB1 in popluar color models

A5 9A B1
RGB 165 154 177
HSL 269° 12.85% 64.90%
HSB/HSV 269° 12.99% 69.41%
CMYK 6.78% 12.99% 0.00%
30.59%

Color #A59AB1 in popluar number systems.

HEX A5 9A B1
Decimal 165 154 177
Binary 10100101 10011010 10110001
Octal 245 232 261

Shades and tints

Shades of #A59AB1

#A59AB1
(165,154,177)
#968CA1
(150,140,161)
#877E91
(135,126,145)
#787081
(120,112,129)
#696271
(105,98,113)
#5A5461
(90,84,97)
#4B4651
(75,70,81)
#3C3841
(60,56,65)
#2D2A31
(45,42,49)
#1E1C21
(30,28,33)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A59AB1

#A59AB1
(165,154,177)
#ADA3B8
(173,163,184)
#B5ACBF
(181,172,191)
#BDB5C6
(189,181,198)
#C5BECD
(197,190,205)
#CDC7D4
(205,199,212)
#D5D0DB
(213,208,219)
#DDD9E2
(221,217,226)
#E5E2E9
(229,226,233)
#EDEBF0
(237,235,240)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59AB1; }

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

This text font color is #A59AB1.

Background Color

.myBgColor { background-color: #A59AB1; }

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

This div background color is #A59AB1.

Border color

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

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

This div border color is #A59AB1.

Opacity

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

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

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

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

This text has shadow with #A59AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59AB1.

Preview

Color preview on black background

This text has color #A59AB1 on black background.


Color preview on white background

This text has color #A59AB1 on white background.


Black color preview on #A59AB1 background

This text has black color on #A59AB1 background.


White color preview on #A59AB1 background

This text has white color on #A59AB1 background.


Related colors

Complementary color

Complementary color for #hex is #5A654E.


I love getcolorcode.com

Triadic colors

1 #B1A59A and #9AB1A5 with #A59AB1 are triadic colors.

2 #B19AA5 and #9AA5B1 with #A59AB1 are triadic colors.