#A5AAAA

Color #A5AAAA Hit Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Grey #A5AAAA

Tints of Hit Grey #A5AAAA

Color information

#A5AAAA (or 0xA5AAAA) is unknown color: approx Hit Grey. HEX triplet: A5, AA and AA. RGB value is (165,170,170). Sum of RGB (Red+Green+Blue) = 165+170+170=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A5AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAAA is #5A5555. Grayscale: #A8A8A8. Windows color (decimal): -5920086 or 11184805. OLE color: 11184805.

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

Color convert

RGB165170170-
CMYK0.03000.33
HSL180º2.86%65.69%-
HSV(B)180º2.94%66.67%-
XYZ37.1539.6543.73-
YUV168.5128.84125.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701700.03000.331802.8665.69
HexA5AAAA30021b4342
Octal245252252300412643102
Binary101001011010101010101010110010000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAAA; }

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

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

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

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

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

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

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

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