#ABAAB0

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

Shades of Spun Pearl #ABAAB0

Tints of Spun Pearl #ABAAB0

Color information

#ABAAB0 (or 0xABAAB0) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and B0. RGB value is (171,170,176). Sum of RGB (Red+Green+Blue) = 171+170+176=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAB0 is #54554F. Grayscale: #AAAAAA. Windows color (decimal): -5526864 or 11578027. OLE color: 11578027.

HSL color Cylindrical-coordinate representation of color #ABAAB0: hue angle of 250º degrees, saturation: 0.04, 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 #ABAAB0 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171170176-
CMYK0.030.0300.31
HSL250º3.66%67.84%-
HSV(B)250º3.41%69.02%-
XYZ39.0140.5446.84-
YUV170.98130.83128.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=33.08%
G=32.88%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711701760.030.0300.312503.6667.84
HexABAAB03301Ffa444
Octal253252260330373724104
Binary1010101110101010101100001111011111111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAB0; }

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

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

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

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

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

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

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

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