Shades of Hit Grey #98AAAA
Tints of Hit Grey #98AAAA
RGB
CMYK
RGB Variations
Color information
#98AAAA (or 0x98AAAA) is known color: Hit Grey. HEX triplet: 98, AA and AA. RGB value is (152,170,170). Sum of RGB (Red+Green+Blue) = 152+170+170=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #98AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAAA is #675555. Grayscale: #A4A4A4. Windows color (decimal): -6772054 or 11184792. OLE color: 11184792.
HSL color Cylindrical-coordinate representation of color #98AAAA: hue angle of 180º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AAAA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 170 | - |
| CMYK | 0.11 | 0 | 0 | 0.33 |
| HSL | 180º | 0.1% | 0.63% | - |
| HSV(B) | 180º | 0.11% | 0.67% | - |
| XYZ | 34.58 | 38.33 | 43.61 | - |
| YUV | 164.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 170 | 0.11 | 0 | 0 | 0.33 | 180 | 0.1 | 0.63 |
| Hex | 98 | AA | AA | B | 0 | 0 | 21 | B4 | A | 3F |
| Octal | 230 | 252 | 252 | 13 | 0 | 0 | 41 | 264 | 12 | 77 |
| Binary | 10011000 | 10101010 | 10101010 | 1011 | 0 | 0 | 100001 | 10110100 | 1010 | 111111 |
Color Harmonies of #98AAAA
Complementary color
Monochromatic Colors of #98AAAA
Black with #98AAAA
Text Example
Text Example
White with #98AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAAA; }
p { color: rgb(152,170,170); }
H1.HeaderClassName
{
color: #98AAAA;
}
.AnyTagClassName
{
color: #98AAAA;
}
</style>
background-color css
<style>
a { background-color: #98AAAA; }
a { background-color: rgb(152,170,170); }
div.DivClassName
{
background-color: #98AAAA;
}
.BgClassName
{
background-color: #98AAAA;
}
</style>
border-color css
<style>
span { border-color: #98AAAA; }
span { border-color: rgb(152,170,170); }
td.TdClassName
{
border-color: #98AAAA;
}
.TagClassName
{
border-color: #98AAAA;
}
</style>