#ABAAAF

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

Shades of Spun Pearl #ABAAAF

Tints of Spun Pearl #ABAAAF

Color information

#ABAAAF (or 0xABAAAF) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and AF. RGB value is (171,170,175). Sum of RGB (Red+Green+Blue) = 171+170+175=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAF is #545550. Grayscale: #AAAAAA. Windows color (decimal): -5526865 or 11512491. OLE color: 11512491.

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

Color convert

RGB171170175-
CMYK0.020.0300.31
HSL252º3.03%67.65%-
HSV(B)252º2.86%68.63%-
XYZ38.9140.546.32-
YUV170.87130.33128.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=33.14%
G=32.95%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711701750.020.0300.312523.0367.65
HexABAAAF2301Ffc344
Octal253252257230373743104
Binary101010111010101010101111101101111111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAAF; }

 p { color: rgb(171,170,175); }

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

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

 a { background-color: rgb(171,170,175); }

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

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

 span { border-color: rgb(171,170,175); }

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