COLOR #A59FBD

HEX: #A59FBD RGB: (165,159,189)

Color info

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

RGB color model

#A59FBD color RGB value is (165,159,189).

RGB: (165,159,189) (65%, 62%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 189 of 255 = 74%

165
159
189

R + G + B ~ 67%. #A59FBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 159 + 189 = 513 (100%)
R 165 of 513 ~ 32.16%
G 159 of 513 ~ 30.99%
B 189 of 513 ~ 36.84'%

%32.16
%30.99
%36.84

CMYK color model

#A59FBD color CMYK value is (13,16,0,26).

  • cyan value is 12.70%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,16,0,26)
C13M16Y0K26 (13%, 16%, 0%, 26%)
(0.13 / 0.16 / 0.00 / 0.26)

CMYK percentages

%12.7
%15.87
%0
%25.88

Codes

Color #A59FBD in popluar color models

A5 9F BD
RGB 165 159 189
HSL 252° 18.52% 68.24%
HSB/HSV 252° 15.87% 74.12%
CMYK 12.70% 15.87% 0.00%
25.88%

Color #A59FBD in popluar number systems.

HEX A5 9F BD
Decimal 165 159 189
Binary 10100101 10011111 10111101
Octal 245 237 275

Shades and tints

Shades of #A59FBD

#A59FBD
(165,159,189)
#9691AC
(150,145,172)
#87839B
(135,131,155)
#78758A
(120,117,138)
#696779
(105,103,121)
#5A5968
(90,89,104)
#4B4B57
(75,75,87)
#3C3D46
(60,61,70)
#2D2F35
(45,47,53)
#1E2124
(30,33,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A59FBD

#A59FBD
(165,159,189)
#ADA7C3
(173,167,195)
#B5AFC9
(181,175,201)
#BDB7CF
(189,183,207)
#C5BFD5
(197,191,213)
#CDC7DB
(205,199,219)
#D5CFE1
(213,207,225)
#DDD7E7
(221,215,231)
#E5DFED
(229,223,237)
#EDE7F3
(237,231,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59FBD color. Also use rgb(165,159,189) instead hex code.

Text Font Color

.myTextColor { color: #A59FBD; }

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

This text font color is #A59FBD.

Background Color

.myBgColor { background-color: #A59FBD; }

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

This div background color is #A59FBD.

Border color

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

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

This div border color is #A59FBD.

Opacity

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

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

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

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

This text has shadow with #A59FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59FBD.

Preview

Color preview on black background

This text has color #A59FBD on black background.


Color preview on white background

This text has color #A59FBD on white background.


Black color preview on #A59FBD background

This text has black color on #A59FBD background.


White color preview on #A59FBD background

This text has white color on #A59FBD background.


Related colors

Complementary color

Complementary color for #hex is #5A6042.


I love getcolorcode.com

Triadic colors

1 #BDA59F and #9FBDA5 with #A59FBD are triadic colors.

2 #BD9FA5 and #9FA5BD with #A59FBD are triadic colors.