#A6A2A4

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

Shades of Shady Lady #A6A2A4

Tints of Shady Lady #A6A2A4

Color information

#A6A2A4 (or 0xA6A2A4) is unknown color: approx Shady Lady. HEX triplet: A6, A2 and A4. RGB value is (166,162,164). Sum of RGB (Red+Green+Blue) = 166+162+164=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A2A4 is #595D5B. Grayscale: #A3A3A3. Windows color (decimal): -5856604 or 10789542. OLE color: 10789542.

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

Color convert

RGB166162164-
CMYK00.020.010.35
HSL330º2.2%64.31%-
HSV(B)330º2.41%65.1%-
XYZ35.3536.6340.33-
YUV163.42128.33129.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=33.74%
G=32.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616216400.020.010.353302.264.31
HexA6A2A40212314a240
Octal246242244021435122100
Binary1010011010100010101001000101100011101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2A4; }

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

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

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

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

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

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

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

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