#ABAAAD

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

Shades of Spun Pearl #ABAAAD

Tints of Spun Pearl #ABAAAD

Color information

#ABAAAD (or 0xABAAAD) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and AD. RGB value is (171,170,173). Sum of RGB (Red+Green+Blue) = 171+170+173=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 173 - color contains mainly: blue. Hex color #ABAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAAD is #545552. Grayscale: #AAAAAA. Windows color (decimal): -5526867 or 11381419. OLE color: 11381419.

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

Color convert

RGB171170173-
CMYK0.010.0200.32
HSL260º1.8%67.25%-
HSV(B)260º1.73%67.84%-
XYZ38.7140.4245.3-
YUV170.64129.33128.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=33.27%
G=33.07%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711701730.010.0200.322601.867.25
HexABAAAD12020104243
Octal253252255120404042103
Binary1010101110101010101011011100100000100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAAD; }

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

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

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

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

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

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

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

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