#A6A1A2

Color #A6A1A2 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A6A1A2

Tints of Shady Lady #A6A1A2

Color information

#A6A1A2 (or 0xA6A1A2) is unknown color: approx Shady Lady. HEX triplet: A6, A1 and A2. RGB value is (166,161,162). Sum of RGB (Red+Green+Blue) = 166+161+162=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A1A2 is #595E5D. Grayscale: #A2A2A2. Windows color (decimal): -5856862 or 10658214. OLE color: 10658214.

HSL color Cylindrical-coordinate representation of color #A6A1A2: hue angle of 348º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6A1A2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166161162-
CMYK00.030.020.35
HSL348º2.73%64.12%-
HSV(B)348º3.01%65.1%-
XYZ34.9936.2139.33-
YUV162.61127.66130.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=33.95%
G=32.92%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616116200.030.020.353482.7364.12
HexA6A1A20322315c340
Octal246241242032435343100
Binary10100110101000011010001001110100011101011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A1A2; }

 p { color: rgb(166,161,162); }

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

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

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

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

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

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

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