#A3ABAA

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

Shades of Hit Grey #A3ABAA

Tints of Hit Grey #A3ABAA

Color information

#A3ABAA (or 0xA3ABAA) is unknown color: approx Hit Grey. HEX triplet: A3, AB and AA. RGB value is (163,171,170). Sum of RGB (Red+Green+Blue) = 163+171+170=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABAA is #5C5455. Grayscale: #A8A8A8. Windows color (decimal): -6050902 or 11185059. OLE color: 11185059.

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

Color convert

RGB163171170-
CMYK0.0500.010.33
HSL172.5º4.55%65.49%-
HSV(B)172.5º4.68%67.06%-
XYZ36.9239.8143.77-
YUV168.49128.85124.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=32.34%
G=33.93%
B=33.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711700.0500.010.33172.54.5565.49
HexA3ABAA50121ac541
Octal243253252501412545101
Binary10100011101010111010101010101100001101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABAA; }

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

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

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

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

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

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

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

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