Shades of Hit Grey #98A9A6
Tints of Hit Grey #98A9A6
RGB
CMYK
RGB Variations
Color information
#98A9A6 (or 0x98A9A6) is known color: Hit Grey. HEX triplet: 98, A9 and A6. RGB value is (152,169,166). Sum of RGB (Red+Green+Blue) = 152+169+166=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 169 - color contains mainly: green. Hex color #98A9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9A6 is #675659. Grayscale: #A3A3A3. Windows color (decimal): -6772314 or 10922392. OLE color: 10922392.
HSL color Cylindrical-coordinate representation of color #98A9A6: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98A9A6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 166 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.34 |
| HSL | 169.41º | 0.09% | 0.63% | - |
| HSV(B) | 169.41º | 0.1% | 0.66% | - |
| XYZ | 34.02 | 37.8 | 41.58 | - |
| YUV | 163.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 166 | 0.10 | 0 | 0.02 | 0.34 | 169.41 | 0.09 | 0.63 |
| Hex | 98 | A9 | A6 | A | 0 | 2 | 22 | A9 | 9 | 3F |
| Octal | 230 | 251 | 246 | 12 | 0 | 2 | 42 | 251 | 11 | 77 |
| Binary | 10011000 | 10101001 | 10100110 | 1010 | 0 | 10 | 100010 | 10101001 | 1001 | 111111 |
Color Harmonies of #98A9A6
Complementary color
Monochromatic Colors of #98A9A6
Black with #98A9A6
Text Example
Text Example
White with #98A9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9A6; }
p { color: rgb(152,169,166); }
H1.HeaderClassName
{
color: #98A9A6;
}
.AnyTagClassName
{
color: #98A9A6;
}
</style>
background-color css
<style>
a { background-color: #98A9A6; }
a { background-color: rgb(152,169,166); }
div.DivClassName
{
background-color: #98A9A6;
}
.BgClassName
{
background-color: #98A9A6;
}
</style>
border-color css
<style>
span { border-color: #98A9A6; }
span { border-color: rgb(152,169,166); }
td.TdClassName
{
border-color: #98A9A6;
}
.TagClassName
{
border-color: #98A9A6;
}
</style>