#ABA6B6

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

Shades of Spun Pearl #ABA6B6

Tints of Spun Pearl #ABA6B6

Color information

#ABA6B6 (or 0xABA6B6) is unknown color: approx Spun Pearl. HEX triplet: AB, A6 and B6. RGB value is (171,166,182). Sum of RGB (Red+Green+Blue) = 171+166+182=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABA6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6B6 is #545949. Grayscale: #A9A9A9. Windows color (decimal): -5527882 or 11970219. OLE color: 11970219.

HSL color Cylindrical-coordinate representation of color #ABA6B6: hue angle of 258.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA6B6 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171166182-
CMYK0.060.0900.29
HSL258.75º9.88%68.24%-
HSV(B)258.75º8.79%71.37%-
XYZ38.8739.3149.79-
YUV169.32135.16129.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=32.95%
G=31.98%
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.29
SystemRedGreenBlueCMYKHSL
Decimal1711661820.060.0900.29258.759.8868.24
HexABA6B66901D103a44
Octal25324626661103540312104
Binary101010111010011010110110110100101110110000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6B6; }

 p { color: rgb(171,166,182); }

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

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

 a { background-color: rgb(171,166,182); }

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

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

 span { border-color: rgb(171,166,182); }

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