#ABAAB1

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

Shades of Spun Pearl #ABAAB1

Tints of Spun Pearl #ABAAB1

Color information

#ABAAB1 (or 0xABAAB1) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and B1. RGB value is (171,170,177). Sum of RGB (Red+Green+Blue) = 171+170+177=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAB1 is #54554E. Grayscale: #ABABAB. Windows color (decimal): -5526863 or 11643563. OLE color: 11643563.

HSL color Cylindrical-coordinate representation of color #ABAAB1: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABAAB1 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171170177-
CMYK0.030.0400.31
HSL248.57º4.29%68.04%-
HSV(B)248.57º3.95%69.41%-
XYZ39.1140.5847.37-
YUV171.1131.33127.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=33.01%
G=32.82%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711701770.030.0400.31248.574.2968.04
HexABAAB13401Ff9444
Octal253252261340373714104
Binary10101011101010101011000111100011111111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAB1; }

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

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

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

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

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

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

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

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