#A1ACAB

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

Shades of Hit Grey #A1ACAB

Tints of Hit Grey #A1ACAB

Color information

#A1ACAB (or 0xA1ACAB) is unknown color: approx Hit Grey. HEX triplet: A1, AC and AB. RGB value is (161,172,171). Sum of RGB (Red+Green+Blue) = 161+172+171=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 172 - color contains mainly: green. Hex color #A1ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAB is #5E5354. Grayscale: #A8A8A8. Windows color (decimal): -6181717 or 11250849. OLE color: 11250849.

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

Color convert

RGB161172171-
CMYK0.0600.010.33
HSL174.55º6.21%65.29%-
HSV(B)174.55º6.4%67.45%-
XYZ36.840.0244.31-
YUV168.6129.36122.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=31.94%
G=34.13%
B=33.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721710.0600.010.33174.556.2165.29
HexA1ACAB60121af641
Octal241254253601412576101
Binary10100001101011001010101111001100001101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACAB; }

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

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

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

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

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

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

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

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