#A0ACAC

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

Shades of Hit Grey #A0ACAC

Tints of Hit Grey #A0ACAC

Color information

#A0ACAC (or 0xA0ACAC) is unknown color: approx Hit Grey. HEX triplet: A0, AC and AC. RGB value is (160,172,172). Sum of RGB (Red+Green+Blue) = 160+172+172=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #A0ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAC is #5F5353. Grayscale: #A8A8A8. Windows color (decimal): -6247252 or 11316384. OLE color: 11316384.

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

Color convert

RGB160172172-
CMYK0.07000.33
HSL180º6.74%65.1%-
HSV(B)180º6.98%67.45%-
XYZ36.739.9644.81-
YUV168.41130.02122-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=31.75%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721720.07000.331806.7465.1
HexA0ACAC70021b4741
Octal240254254700412647101
Binary10100000101011001010110011100100001101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACAC; }

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

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

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

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

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

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

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

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