#ABABAD

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

Shades of Spun Pearl #ABABAD

Tints of Spun Pearl #ABABAD

Color information

#ABABAD (or 0xABABAD) is unknown color: approx Spun Pearl. HEX triplet: AB, AB and AD. RGB value is (171,171,173). Sum of RGB (Red+Green+Blue) = 171+171+173=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAD is #545452. Grayscale: #ABABAB. Windows color (decimal): -5526611 or 11381675. OLE color: 11381675.

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

Color convert

RGB171171173-
CMYK0.010.0100.32
HSL240º1.2%67.45%-
HSV(B)240º1.16%67.84%-
XYZ38.940.845.36-
YUV171.23129127.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=33.20%
G=33.20%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711711730.010.0100.322401.267.45
HexABABAD11020f0143
Octal253253255110403601103
Binary1010101110101011101011011101000001111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABAD; }

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

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

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

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

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

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

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

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