#A6A0A1

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

Shades of Shady Lady #A6A0A1

Tints of Shady Lady #A6A0A1

Color information

#A6A0A1 (or 0xA6A0A1) is unknown color: approx Shady Lady. HEX triplet: A6, A0 and A1. RGB value is (166,160,161). Sum of RGB (Red+Green+Blue) = 166+160+161=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A0A1 is #595F5E. Grayscale: #A1A1A1. Windows color (decimal): -5857119 or 10592422. OLE color: 10592422.

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

Color convert

RGB166160161-
CMYK00.040.030.35
HSL350º3.26%63.92%-
HSV(B)350º3.61%65.1%-
XYZ34.7335.8238.8-
YUV161.91127.49130.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 161 (63.28% from 255) = 33.06%
R=34.09%
G=32.85%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616016100.040.030.353503.2663.92
HexA6A0A10432315e340
Octal246240241043435363100
Binary101001101010000010100001010011100011101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0A1; }

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

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

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

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

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

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

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

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