Shades of Hit Grey #98ADAA
Tints of Hit Grey #98ADAA
RGB
CMYK
RGB Variations
Color information
#98ADAA (or 0x98ADAA) is known color: Hit Grey. HEX triplet: 98, AD and AA. RGB value is (152,173,170). Sum of RGB (Red+Green+Blue) = 152+173+170=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAA is #675255. Grayscale: #A6A6A6. Windows color (decimal): -6771286 or 11185560. OLE color: 11185560.
HSL color Cylindrical-coordinate representation of color #98ADAA: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADAA is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 170 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.32 |
| HSL | 171.43º | 0.11% | 0.64% | - |
| HSV(B) | 171.43º | 0.12% | 0.68% | - |
| XYZ | 35.15 | 39.46 | 43.8 | - |
| YUV | 166.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 170 | 0.12 | 0 | 0.02 | 0.32 | 171.43 | 0.11 | 0.64 |
| Hex | 98 | AD | AA | C | 0 | 2 | 20 | AB | B | 40 |
| Octal | 230 | 255 | 252 | 14 | 0 | 2 | 40 | 253 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10101010 | 1100 | 0 | 10 | 100000 | 10101011 | 1011 | 1000000 |
Color Harmonies of #98ADAA
Complementary color
Monochromatic Colors of #98ADAA
Black with #98ADAA
Text Example
Text Example
White with #98ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADAA; }
p { color: rgb(152,173,170); }
H1.HeaderClassName
{
color: #98ADAA;
}
.AnyTagClassName
{
color: #98ADAA;
}
</style>
background-color css
<style>
a { background-color: #98ADAA; }
a { background-color: rgb(152,173,170); }
div.DivClassName
{
background-color: #98ADAA;
}
.BgClassName
{
background-color: #98ADAA;
}
</style>
border-color css
<style>
span { border-color: #98ADAA; }
span { border-color: rgb(152,173,170); }
td.TdClassName
{
border-color: #98ADAA;
}
.TagClassName
{
border-color: #98ADAA;
}
</style>