Shades of Hit Grey #93ADAD
Tints of Hit Grey #93ADAD
RGB
CMYK
RGB Variations
Color information
#93ADAD (or 0x93ADAD) is known color: Hit Grey. HEX triplet: 93, AD and AD. RGB value is (147,173,173). Sum of RGB (Red+Green+Blue) = 147+173+173=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #93ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADAD is #6C5252. Grayscale: #A5A5A5. Windows color (decimal): -7098963 or 11382163. OLE color: 11382163.
HSL color Cylindrical-coordinate representation of color #93ADAD: hue angle of 180º 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 #93ADAD is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 173 | - |
| CMYK | 0.15 | 0 | 0 | 0.32 |
| HSL | 180º | 0.14% | 0.63% | - |
| HSV(B) | 180º | 0.15% | 0.68% | - |
| XYZ | 34.52 | 39.11 | 45.26 | - |
| YUV | 165.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 173 | 0.15 | 0 | 0 | 0.32 | 180 | 0.14 | 0.63 |
| Hex | 93 | AD | AD | F | 0 | 0 | 20 | B4 | E | 3F |
| Octal | 223 | 255 | 255 | 17 | 0 | 0 | 40 | 264 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10101101 | 1111 | 0 | 0 | 100000 | 10110100 | 1110 | 111111 |
Color Harmonies of #93ADAD
Complementary color
Monochromatic Colors of #93ADAD
Black with #93ADAD
Text Example
Text Example
White with #93ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADAD; }
p { color: rgb(147,173,173); }
H1.HeaderClassName
{
color: #93ADAD;
}
.AnyTagClassName
{
color: #93ADAD;
}
</style>
background-color css
<style>
a { background-color: #93ADAD; }
a { background-color: rgb(147,173,173); }
div.DivClassName
{
background-color: #93ADAD;
}
.BgClassName
{
background-color: #93ADAD;
}
</style>
border-color css
<style>
span { border-color: #93ADAD; }
span { border-color: rgb(147,173,173); }
td.TdClassName
{
border-color: #93ADAD;
}
.TagClassName
{
border-color: #93ADAD;
}
</style>