#A3AAAA

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

Shades of Hit Grey #A3AAAA

Tints of Hit Grey #A3AAAA

Color information

#A3AAAA (or 0xA3AAAA) is unknown color: approx Hit Grey. HEX triplet: A3, AA and AA. RGB value is (163,170,170). Sum of RGB (Red+Green+Blue) = 163+170+170=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A3AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AAAA is #5C5555. Grayscale: #A7A7A7. Windows color (decimal): -6051158 or 11184803. OLE color: 11184803.

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

Color convert

RGB163170170-
CMYK0.04000.33
HSL180º3.95%65.29%-
HSV(B)180º4.12%66.67%-
XYZ36.7339.4443.71-
YUV167.91129.18124.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=32.41%
G=33.80%
B=33.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701700.04000.331803.9565.29
HexA3AAAA40021b4441
Octal243252252400412644101
Binary10100011101010101010101010000100001101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AAAA; }

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

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

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

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

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

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

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

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