#A59FAD

Color #A59FAD Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A59FAD

Tints of Spun Pearl #A59FAD

Color information

#A59FAD (or 0xA59FAD) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and AD. RGB value is (165,159,173). Sum of RGB (Red+Green+Blue) = 165+159+173=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAD is #5A6052. Grayscale: #A2A2A2. Windows color (decimal): -5922899 or 11378597. OLE color: 11378597.

HSL color Cylindrical-coordinate representation of color #A59FAD: hue angle of 265.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59FAD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165159173-
CMYK0.050.0800.32
HSL265.71º7.87%65.1%-
HSV(B)265.71º8.09%67.84%-
XYZ35.4635.8144.58-
YUV162.39133.99129.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=33.20%
G=31.99%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651591730.050.0800.32265.717.8765.1
HexA59FAD5802010a841
Octal24523725551004041210101
Binary1010010110011111101011011011000010000010000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FAD; }

 p { color: rgb(165,159,173); }

 H1.HeaderClassName
 {
   color: #A59FAD;
 }
 .AnyTagClassName
 {
   color: #A59FAD;
 }
</style>
background-color css

<style>
 a { background-color: #A59FAD; }

 a { background-color: rgb(165,159,173); }

 div.DivClassName
 {
   background-color: #A59FAD;
 }
 .BgClassName
 {
   background-color: #A59FAD;
 }
</style>
border-color css

<style>
 span { border-color: #A59FAD; }

 span { border-color: rgb(165,159,173); }

 td.TdClassName
 {
   border-color: #A59FAD;
 }
 .TagClassName
 {
   border-color: #A59FAD;
 }
</style>