#AAA7A7

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

Shades of Dark Gray #AAA7A7

Tints of Dark Gray #AAA7A7

Color information

#AAA7A7 (or 0xAAA7A7) is unknown color: approx Dark Gray. HEX triplet: AA, A7 and A7. RGB value is (170,167,167). Sum of RGB (Red+Green+Blue) = 170+167+167=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A7 is #555858. Grayscale: #A7A7A7. Windows color (decimal): -5593177 or 10987434. OLE color: 10987434.

HSL color Cylindrical-coordinate representation of color #AAA7A7: 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 #AAA7A7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB170167167-
CMYK00.020.020.33
HSL1.73%66.08%-
HSV(B)1.76%66.67%-
XYZ37.3738.9742.11-
YUV167.9127.49129.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 167 (65.62% from 255) = 33.13%
R=33.73%
G=33.13%
B=33.13%

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
Decimal17016716700.020.020.3301.7366.08
HexAAA7A7022210242
Octal2522472470224102102
Binary101010101010011110100111010101000010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7A7; }

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

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

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

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

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

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

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

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