#A1A0AB

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

Shades of Spun Pearl #A1A0AB

Tints of Spun Pearl #A1A0AB

Color information

#A1A0AB (or 0xA1A0AB) is unknown color: approx Spun Pearl. HEX triplet: A1, A0 and AB. RGB value is (161,160,171). Sum of RGB (Red+Green+Blue) = 161+160+171=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A1A0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A0AB is #5E5F54. Grayscale: #A1A1A1. Windows color (decimal): -6184789 or 11247777. OLE color: 11247777.

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

Color convert

RGB161160171-
CMYK0.060.0600.33
HSL245.45º6.15%64.9%-
HSV(B)245.45º6.43%67.06%-
XYZ34.6235.6643.59-
YUV161.55133.33127.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=32.72%
G=32.52%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611601710.060.0600.33245.456.1564.9
HexA1A0AB66021f5641
Octal241240253660413656101
Binary1010000110100000101010111101100100001111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0AB; }

 p { color: rgb(161,160,171); }

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

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

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

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

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

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

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