COLOR #A59CB9

HEX: #A59CB9 RGB: (165,156,185)

Color info

#A59CB9 contains red, green and blue colors in about the same proportion. Web safe color of #A59CB9 is #9999CC (or #99C).

RGB color model

#A59CB9 color RGB value is (165,156,185).

RGB: (165,156,185) (65%, 61%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 185 of 255 = 73%

165
156
185

R + G + B ~ 66%. #A59CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 185 = 506 (100%)
R 165 of 506 ~ 32.61%
G 156 of 506 ~ 30.83%
B 185 of 506 ~ 36.56'%

%32.61
%30.83
%36.56

CMYK color model

#A59CB9 color CMYK value is (11,16,0,27).

  • cyan value is 10.81%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (11,16,0,27)
C11M16Y0K27 (11%, 16%, 0%, 27%)
(0.11 / 0.16 / 0.00 / 0.27)

CMYK percentages

%10.81
%15.68
%0
%27.45

Codes

Color #A59CB9 in popluar color models

A5 9C B9
RGB 165 156 185
HSL 259° 17.16% 66.86%
HSB/HSV 259° 15.68% 72.55%
CMYK 10.81% 15.68% 0.00%
27.45%

Color #A59CB9 in popluar number systems.

HEX A5 9C B9
Decimal 165 156 185
Binary 10100101 10011100 10111001
Octal 245 234 271

Shades and tints

Shades of #A59CB9

#A59CB9
(165,156,185)
#968EA9
(150,142,169)
#878099
(135,128,153)
#787289
(120,114,137)
#696479
(105,100,121)
#5A5669
(90,86,105)
#4B4859
(75,72,89)
#3C3A49
(60,58,73)
#2D2C39
(45,44,57)
#1E1E29
(30,30,41)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #A59CB9

#A59CB9
(165,156,185)
#ADA5BF
(173,165,191)
#B5AEC5
(181,174,197)
#BDB7CB
(189,183,203)
#C5C0D1
(197,192,209)
#CDC9D7
(205,201,215)
#D5D2DD
(213,210,221)
#DDDBE3
(221,219,227)
#E5E4E9
(229,228,233)
#EDEDEF
(237,237,239)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59CB9 color. Also use rgb(165,156,185) instead hex code.

Text Font Color

.myTextColor { color: #A59CB9; }

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

This text font color is #A59CB9.

Background Color

.myBgColor { background-color: #A59CB9; }

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

This div background color is #A59CB9.

Border color

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

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

This div border color is #A59CB9.

Opacity

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

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

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

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

This text has shadow with #A59CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59CB9.

Preview

Color preview on black background

This text has color #A59CB9 on black background.


Color preview on white background

This text has color #A59CB9 on white background.


Black color preview on #A59CB9 background

This text has black color on #A59CB9 background.


White color preview on #A59CB9 background

This text has white color on #A59CB9 background.


Related colors

Complementary color

Complementary color for #hex is #5A6346.


I love getcolorcode.com

Triadic colors

1 #B9A59C and #9CB9A5 with #A59CB9 are triadic colors.

2 #B99CA5 and #9CA5B9 with #A59CB9 are triadic colors.