#93ACAC

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

Shades of Hit Grey #93ACAC

Tints of Hit Grey #93ACAC

Color information

#93ACAC (or 0x93ACAC) is unknown color: approx Hit Grey. HEX triplet: 93, AC and AC. RGB value is (147,172,172). Sum of RGB (Red+Green+Blue) = 147+172+172=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #93ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ACAC is #6C5353. Grayscale: #A4A4A4. Windows color (decimal): -7099220 or 11316371. OLE color: 11316371.

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

Color convert

RGB147172172-
CMYK0.15000.33
HSL180º13.09%62.55%-
HSV(B)180º14.53%67.45%-
XYZ34.2338.6944.69-
YUV164.52132.22115.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=29.94%
G=35.03%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721720.15000.3318013.0962.55
Hex93ACACF0021b4d3f
Octal2232542541700412641577
Binary100100111010110010101100111100100001101101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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