#A3AAA9

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

Shades of Hit Grey #A3AAA9

Tints of Hit Grey #A3AAA9

Color information

#A3AAA9 (or 0xA3AAA9) is unknown color: approx Hit Grey. HEX triplet: A3, AA and A9. RGB value is (163,170,169). Sum of RGB (Red+Green+Blue) = 163+170+169=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAA9 is #5C5556. Grayscale: #A7A7A7. Windows color (decimal): -6051159 or 11119267. OLE color: 11119267.

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

Color convert

RGB163170169-
CMYK0.0400.010.33
HSL171.43º3.95%65.29%-
HSV(B)171.43º4.12%66.67%-
XYZ36.6439.443.21-
YUV167.79128.68124.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=32.47%
G=33.86%
B=33.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701690.0400.010.33171.433.9565.29
HexA3AAA940121ab441
Octal243252251401412534101
Binary10100011101010101010100110001100001101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAA9; }

 p { color: rgb(163,170,169); }

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

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

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

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

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

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

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