#AAA5A5

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

Shades of Dark Gray #AAA5A5

Tints of Dark Gray #AAA5A5

Color information

#AAA5A5 (or 0xAAA5A5) is unknown color: approx Dark Gray. HEX triplet: AA, A5 and A5. RGB value is (170,165,165). Sum of RGB (Red+Green+Blue) = 170+165+165=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A5 is #555A5A. Grayscale: #A6A6A6. Windows color (decimal): -5593691 or 10855850. OLE color: 10855850.

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

Color convert

RGB170165165-
CMYK00.030.030.33
HSL2.86%65.69%-
HSV(B)2.94%66.67%-
XYZ36.8238.1741.02-
YUV166.5127.16130.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 165 (64.84% from 255) = 33%
R=34%
G=33%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016516500.030.030.3302.8665.69
HexAAA5A5033210342
Octal2522452450334103102
Binary101010101010010110100101011111000010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5A5; }

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

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

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

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

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

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

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

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