#ABABAC

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

Shades of Spun Pearl #ABABAC

Tints of Spun Pearl #ABABAC

Color information

#ABABAC (or 0xABABAC) is unknown color: approx Spun Pearl. HEX triplet: AB, AB and AC. RGB value is (171,171,172). Sum of RGB (Red+Green+Blue) = 171+171+172=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 172 - color contains mainly: blue. Hex color #ABABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAC is #545453. Grayscale: #ABABAB. Windows color (decimal): -5526612 or 11316139. OLE color: 11316139.

HSL color Cylindrical-coordinate representation of color #ABABAC: hue angle of 240º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABABAC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171171172-
CMYK0.010.0100.33
HSL240º0.6%67.25%-
HSV(B)240º0.58%67.45%-
XYZ38.840.7644.85-
YUV171.11128.5127.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=33.27%
G=33.27%
B=33.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711711720.010.0100.332400.667.25
HexABABAC11021f0143
Octal253253254110413601103
Binary1010101110101011101011001101000011111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABAC; }

 p { color: rgb(171,171,172); }

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

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

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

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

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

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

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