Shades of Hit Grey #98A6A3
Tints of Hit Grey #98A6A3
RGB
CMYK
RGB Variations
Color information
#98A6A3 (or 0x98A6A3) is known color: Hit Grey. HEX triplet: 98, A6 and A3. RGB value is (152,166,163). Sum of RGB (Red+Green+Blue) = 152+166+163=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 166 - color contains mainly: green. Hex color #98A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A6A3 is #67595C. Grayscale: #A1A1A1. Windows color (decimal): -6773085 or 10725016. OLE color: 10725016.
HSL color Cylindrical-coordinate representation of color #98A6A3: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A6A3 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 163 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.35 |
| HSL | 167.14º | 0.07% | 0.62% | - |
| HSV(B) | 167.14º | 0.08% | 0.65% | - |
| XYZ | 33.2 | 36.59 | 39.96 | - |
| YUV | 161.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 163 | 0.08 | 0 | 0.02 | 0.35 | 167.14 | 0.07 | 0.62 |
| Hex | 98 | A6 | A3 | 8 | 0 | 2 | 23 | A7 | 7 | 3E |
| Octal | 230 | 246 | 243 | 10 | 0 | 2 | 43 | 247 | 7 | 76 |
| Binary | 10011000 | 10100110 | 10100011 | 1000 | 0 | 10 | 100011 | 10100111 | 111 | 111110 |
Color Harmonies of #98A6A3
Complementary color
Monochromatic Colors of #98A6A3
Black with #98A6A3
Text Example
Text Example
White with #98A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6A3; }
p { color: rgb(152,166,163); }
H1.HeaderClassName
{
color: #98A6A3;
}
.AnyTagClassName
{
color: #98A6A3;
}
</style>
background-color css
<style>
a { background-color: #98A6A3; }
a { background-color: rgb(152,166,163); }
div.DivClassName
{
background-color: #98A6A3;
}
.BgClassName
{
background-color: #98A6A3;
}
</style>
border-color css
<style>
span { border-color: #98A6A3; }
span { border-color: rgb(152,166,163); }
td.TdClassName
{
border-color: #98A6A3;
}
.TagClassName
{
border-color: #98A6A3;
}
</style>