#AAA5A6

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

Shades of Shady Lady #AAA5A6

Tints of Shady Lady #AAA5A6

Color information

#AAA5A6 (or 0xAAA5A6) is unknown color: approx Shady Lady. HEX triplet: AA, A5 and A6. RGB value is (170,165,166). Sum of RGB (Red+Green+Blue) = 170+165+166=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A6 is #555A59. Grayscale: #A6A6A6. Windows color (decimal): -5593690 or 10921386. OLE color: 10921386.

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

Color convert

RGB170165166-
CMYK00.030.020.33
HSL348º2.86%65.69%-
HSV(B)348º2.94%66.67%-
XYZ36.9238.2141.51-
YUV166.61127.66130.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=33.93%
G=32.93%
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.33
SystemRedGreenBlueCMYKHSL
Decimal17016516600.030.020.333482.8665.69
HexAAA5A60322115c342
Octal252245246032415343102
Binary10101010101001011010011001110100001101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5A6; }

 p { color: rgb(170,165,166); }

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

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

 a { background-color: rgb(170,165,166); }

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

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

 span { border-color: rgb(170,165,166); }

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