#A1ABAB

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

Shades of Hit Grey #A1ABAB

Tints of Hit Grey #A1ABAB

Color information

#A1ABAB (or 0xA1ABAB) is unknown color: approx Hit Grey. HEX triplet: A1, AB and AB. RGB value is (161,171,171). Sum of RGB (Red+Green+Blue) = 161+171+171=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A1ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ABAB is #5E5454. Grayscale: #A8A8A8. Windows color (decimal): -6181973 or 11250593. OLE color: 11250593.

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

Color convert

RGB161171171-
CMYK0.06000.33
HSL180º5.62%65.1%-
HSV(B)180º5.85%67.06%-
XYZ36.6139.6444.25-
YUV168.01129.69123-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=32.01%
G=34.00%
B=34.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611711710.06000.331805.6265.1
HexA1ABAB60021b4641
Octal241253253600412646101
Binary10100001101010111010101111000100001101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABAB; }

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

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

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

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

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

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

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

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