#A1ACAC

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

Shades of Hit Grey #A1ACAC

Tints of Hit Grey #A1ACAC

Color information

#A1ACAC (or 0xA1ACAC) is unknown color: approx Hit Grey. HEX triplet: A1, AC and AC. RGB value is (161,172,172). Sum of RGB (Red+Green+Blue) = 161+172+172=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #A1ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAC is #5E5353. Grayscale: #A8A8A8. Windows color (decimal): -6181716 or 11316385. OLE color: 11316385.

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

Color convert

RGB161172172-
CMYK0.06000.33
HSL180º6.21%65.29%-
HSV(B)180º6.4%67.45%-
XYZ36.940.0644.82-
YUV168.71129.86122.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721720.06000.331806.2165.29
HexA1ACAC60021b4641
Octal241254254600412646101
Binary10100001101011001010110011000100001101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACAC; }

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

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

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

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

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

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

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

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