#ABAAB6

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

Shades of Spun Pearl #ABAAB6

Tints of Spun Pearl #ABAAB6

Color information

#ABAAB6 (or 0xABAAB6) is unknown color: approx Spun Pearl. HEX triplet: AB, AA and B6. RGB value is (171,170,182). Sum of RGB (Red+Green+Blue) = 171+170+182=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #ABAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAB6 is #545549. Grayscale: #ABABAB. Windows color (decimal): -5526858 or 11971243. OLE color: 11971243.

HSL color Cylindrical-coordinate representation of color #ABAAB6: hue angle of 245º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAAB6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171170182-
CMYK0.060.0700.29
HSL245º7.59%69.02%-
HSV(B)245º6.59%71.37%-
XYZ39.6140.7850.04-
YUV171.67133.83127.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=32.70%
G=32.50%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711701820.060.0700.292457.5969.02
HexABAAB66701Df5845
Octal2532522666703536510105
Binary1010101110101010101101101101110111011111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAB6; }

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

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

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

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

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

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

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

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