#A2ABAB

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

Shades of Hit Grey #A2ABAB

Tints of Hit Grey #A2ABAB

Color information

#A2ABAB (or 0xA2ABAB) is unknown color: approx Hit Grey. HEX triplet: A2, AB and AB. RGB value is (162,171,171). Sum of RGB (Red+Green+Blue) = 162+171+171=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A2ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAB is #5D5454. Grayscale: #A8A8A8. Windows color (decimal): -6116437 or 11250594. OLE color: 11250594.

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

Color convert

RGB162171171-
CMYK0.05000.33
HSL180º5.08%65.29%-
HSV(B)180º5.26%67.06%-
XYZ36.8139.7544.26-
YUV168.31129.52123.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=32.14%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621711710.05000.331805.0865.29
HexA2ABAB50021b4541
Octal242253253500412645101
Binary10100010101010111010101110100100001101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABAB; }

 p { color: rgb(162,171,171); }

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

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

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

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

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

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

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