#A1A0A1

Color #A1A0A1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A1A0A1

Tints of London Hue #A1A0A1

Color information

#A1A0A1 (or 0xA1A0A1) is unknown color: approx London Hue. HEX triplet: A1, A0 and A1. RGB value is (161,160,161). Sum of RGB (Red+Green+Blue) = 161+160+161=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A1A0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A0A1 is #5E5F5E. Grayscale: #A0A0A0. Windows color (decimal): -6184799 or 10592417. OLE color: 10592417.

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

Color convert

RGB161160161-
CMYK00.0100.37
HSL300º0.53%62.94%-
HSV(B)300º0.62%63.14%-
XYZ33.735.2938.75-
YUV160.41128.33128.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=33.40%
G=33.20%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116016100.0100.373000.5362.94
HexA1A0A10102512c13f
Octal24124024101045454177
Binary1010000110100000101000010101001011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A0A1; }

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

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

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

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

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

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

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

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