#96ACAC

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

Shades of Hit Grey #96ACAC

Tints of Hit Grey #96ACAC

Color information

#96ACAC (or 0x96ACAC) is unknown color: approx Hit Grey. HEX triplet: 96, AC and AC. RGB value is (150,172,172). Sum of RGB (Red+Green+Blue) = 150+172+172=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #96ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACAC is #695353. Grayscale: #A5A5A5. Windows color (decimal): -6902612 or 11316374. OLE color: 11316374.

HSL color Cylindrical-coordinate representation of color #96ACAC: hue angle of 180º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ACAC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150172172-
CMYK0.13000.33
HSL180º11.7%63.14%-
HSV(B)180º12.79%67.45%-
XYZ34.7838.9744.72-
YUV165.42131.71117-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=30.36%
G=34.82%
B=34.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721720.13000.3318011.763.14
Hex96ACACD0021b4c3f
Octal2262542541500412641477
Binary100101101010110010101100110100100001101101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ACAC; }

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

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

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

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

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

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

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

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