Shades of Hit Grey #93AEAC
Tints of Hit Grey #93AEAC
RGB
CMYK
RGB Variations
Color information
#93AEAC (or 0x93AEAC) is known color: Hit Grey. HEX triplet: 93, AE and AC. RGB value is (147,174,172). Sum of RGB (Red+Green+Blue) = 147+174+172=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #93AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AEAC is #6C5153. Grayscale: #A5A5A5. Windows color (decimal): -7098708 or 11316883. OLE color: 11316883.
HSL color Cylindrical-coordinate representation of color #93AEAC: hue angle of 175.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93AEAC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 172 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.32 |
| HSL | 175.56º | 0.14% | 0.63% | - |
| HSV(B) | 175.56º | 0.16% | 0.68% | - |
| XYZ | 34.62 | 39.45 | 44.82 | - |
| YUV | 165.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 172 | 0.16 | 0 | 0.01 | 0.32 | 175.56 | 0.14 | 0.63 |
| Hex | 93 | AE | AC | 10 | 0 | 1 | 20 | B0 | E | 3F |
| Octal | 223 | 256 | 254 | 20 | 0 | 1 | 40 | 260 | 16 | 77 |
| Binary | 10010011 | 10101110 | 10101100 | 10000 | 0 | 1 | 100000 | 10110000 | 1110 | 111111 |
Color Harmonies of #93AEAC
Complementary color
Monochromatic Colors of #93AEAC
Black with #93AEAC
Text Example
Text Example
White with #93AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AEAC; }
p { color: rgb(147,174,172); }
H1.HeaderClassName
{
color: #93AEAC;
}
.AnyTagClassName
{
color: #93AEAC;
}
</style>
background-color css
<style>
a { background-color: #93AEAC; }
a { background-color: rgb(147,174,172); }
div.DivClassName
{
background-color: #93AEAC;
}
.BgClassName
{
background-color: #93AEAC;
}
</style>
border-color css
<style>
span { border-color: #93AEAC; }
span { border-color: rgb(147,174,172); }
td.TdClassName
{
border-color: #93AEAC;
}
.TagClassName
{
border-color: #93AEAC;
}
</style>