#A1ACAA

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

Shades of Hit Grey #A1ACAA

Tints of Hit Grey #A1ACAA

Color information

#A1ACAA (or 0xA1ACAA) is unknown color: approx Hit Grey. HEX triplet: A1, AC and AA. RGB value is (161,172,170). Sum of RGB (Red+Green+Blue) = 161+172+170=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A1ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAA is #5E5355. Grayscale: #A8A8A8. Windows color (decimal): -6181718 or 11185313. OLE color: 11185313.

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

Color convert

RGB161172170-
CMYK0.0600.010.33
HSL169.09º6.21%65.29%-
HSV(B)169.09º6.4%67.45%-
XYZ36.7139.9843.81-
YUV168.48128.86122.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=32.01%
G=34.19%
B=33.80%

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
Decimal1611721700.0600.010.33169.096.2165.29
HexA1ACAA60121a9641
Octal241254252601412516101
Binary10100001101011001010101011001100001101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACAA; }

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

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

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

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

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

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

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

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