#AAA6A6

Color #AAA6A6 Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #AAA6A6

Tints of Dark Gray #AAA6A6

Color information

#AAA6A6 (or 0xAAA6A6) is unknown color: approx Dark Gray. HEX triplet: AA, A6 and A6. RGB value is (170,166,166). Sum of RGB (Red+Green+Blue) = 170+166+166=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6A6 is #555959. Grayscale: #A7A7A7. Windows color (decimal): -5593434 or 10921642. OLE color: 10921642.

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

Color convert

RGB170166166-
CMYK00.020.020.33
HSL2.3%65.88%-
HSV(B)2.35%66.67%-
XYZ37.138.5741.57-
YUV167.2127.33130-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=33.86%
G=33.07%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016616600.020.020.3302.365.88
HexAAA6A6022210242
Octal2522462460224102102
Binary101010101010011010100110010101000010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6A6; }

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

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

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

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

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

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

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

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