Shades of Hit Grey #98ADAB
Tints of Hit Grey #98ADAB
RGB
CMYK
RGB Variations
Color information
#98ADAB (or 0x98ADAB) is known color: Hit Grey. HEX triplet: 98, AD and AB. RGB value is (152,173,171). Sum of RGB (Red+Green+Blue) = 152+173+171=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADAB is #675254. Grayscale: #A6A6A6. Windows color (decimal): -6771285 or 11251096. OLE color: 11251096.
HSL color Cylindrical-coordinate representation of color #98ADAB: hue angle of 174.29º 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 #98ADAB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 171 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.32 |
| HSL | 174.29º | 0.11% | 0.64% | - |
| HSV(B) | 174.29º | 0.12% | 0.68% | - |
| XYZ | 35.24 | 39.5 | 44.3 | - |
| YUV | 166.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 171 | 0.12 | 0 | 0.01 | 0.32 | 174.29 | 0.11 | 0.64 |
| Hex | 98 | AD | AB | C | 0 | 1 | 20 | AE | B | 40 |
| Octal | 230 | 255 | 253 | 14 | 0 | 1 | 40 | 256 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10101011 | 1100 | 0 | 1 | 100000 | 10101110 | 1011 | 1000000 |
Color Harmonies of #98ADAB
Complementary color
Monochromatic Colors of #98ADAB
Black with #98ADAB
Text Example
Text Example
White with #98ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADAB; }
p { color: rgb(152,173,171); }
H1.HeaderClassName
{
color: #98ADAB;
}
.AnyTagClassName
{
color: #98ADAB;
}
</style>
background-color css
<style>
a { background-color: #98ADAB; }
a { background-color: rgb(152,173,171); }
div.DivClassName
{
background-color: #98ADAB;
}
.BgClassName
{
background-color: #98ADAB;
}
</style>
border-color css
<style>
span { border-color: #98ADAB; }
span { border-color: rgb(152,173,171); }
td.TdClassName
{
border-color: #98ADAB;
}
.TagClassName
{
border-color: #98ADAB;
}
</style>