Shades of Hit Grey #93ADAC
Tints of Hit Grey #93ADAC
RGB
CMYK
RGB Variations
Color information
#93ADAC (or 0x93ADAC) is known color: Hit Grey. HEX triplet: 93, AD and AC. RGB value is (147,173,172). Sum of RGB (Red+Green+Blue) = 147+173+172=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAC is #6C5253. Grayscale: #A5A5A5. Windows color (decimal): -7098964 or 11316627. OLE color: 11316627.
HSL color Cylindrical-coordinate representation of color #93ADAC: hue angle of 177.69º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADAC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 172 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.32 |
| HSL | 177.69º | 0.14% | 0.63% | - |
| HSV(B) | 177.69º | 0.15% | 0.68% | - |
| XYZ | 34.42 | 39.07 | 44.76 | - |
| YUV | 165.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 172 | 0.15 | 0 | 0.01 | 0.32 | 177.69 | 0.14 | 0.63 |
| Hex | 93 | AD | AC | F | 0 | 1 | 20 | B2 | E | 3F |
| Octal | 223 | 255 | 254 | 17 | 0 | 1 | 40 | 262 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10101100 | 1111 | 0 | 1 | 100000 | 10110010 | 1110 | 111111 |
Color Harmonies of #93ADAC
Complementary color
Monochromatic Colors of #93ADAC
Black with #93ADAC
Text Example
Text Example
White with #93ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADAC; }
p { color: rgb(147,173,172); }
H1.HeaderClassName
{
color: #93ADAC;
}
.AnyTagClassName
{
color: #93ADAC;
}
</style>
background-color css
<style>
a { background-color: #93ADAC; }
a { background-color: rgb(147,173,172); }
div.DivClassName
{
background-color: #93ADAC;
}
.BgClassName
{
background-color: #93ADAC;
}
</style>
border-color css
<style>
span { border-color: #93ADAC; }
span { border-color: rgb(147,173,172); }
td.TdClassName
{
border-color: #93ADAC;
}
.TagClassName
{
border-color: #93ADAC;
}
</style>