#A0ACAA

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

Shades of Hit Grey #A0ACAA

Tints of Hit Grey #A0ACAA

Color information

#A0ACAA (or 0xA0ACAA) is unknown color: approx Hit Grey. HEX triplet: A0, AC and AA. RGB value is (160,172,170). Sum of RGB (Red+Green+Blue) = 160+172+170=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAA is #5F5355. Grayscale: #A8A8A8. Windows color (decimal): -6247254 or 11185312. OLE color: 11185312.

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

Color convert

RGB160172170-
CMYK0.0700.010.33
HSL170º6.74%65.1%-
HSV(B)170º6.98%67.45%-
XYZ36.5139.8843.8-
YUV168.18129.02122.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=31.87%
G=34.26%
B=33.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721700.0700.010.331706.7465.1
HexA0ACAA70121aa741
Octal240254252701412527101
Binary10100000101011001010101011101100001101010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACAA; }

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

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

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

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

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

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

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

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