#A59FAF

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

Shades of Spun Pearl #A59FAF

Tints of Spun Pearl #A59FAF

Color information

#A59FAF (or 0xA59FAF) is unknown color: approx Spun Pearl. HEX triplet: A5, 9F and AF. RGB value is (165,159,175). Sum of RGB (Red+Green+Blue) = 165+159+175=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #A59FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAF is #5A6050. Grayscale: #A2A2A2. Windows color (decimal): -5922897 or 11509669. OLE color: 11509669.

HSL color Cylindrical-coordinate representation of color #A59FAF: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59FAF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165159175-
CMYK0.060.0900.31
HSL262.5º9.09%65.49%-
HSV(B)262.5º9.14%68.63%-
XYZ35.6535.8945.61-
YUV162.62134.99129.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=33.07%
G=31.86%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651591750.060.0900.31262.59.0965.49
HexA59FAF6901F106941
Octal24523725761103740611101
Binary101001011001111110101111110100101111110000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FAF; }

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

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

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

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

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

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

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

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