Shades of Santas Grey #9998AA
Tints of Santas Grey #9998AA
RGB
CMYK
RGB Variations
Color information
#9998AA (or 0x9998AA) is known color: Santas Grey. HEX triplet: 99, 98 and AA. RGB value is (153,152,170). Sum of RGB (Red+Green+Blue) = 153+152+170=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9998AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9998AA is #666755. Grayscale: #9A9A9A. Windows color (decimal): -6711126 or 11180185. OLE color: 11180185.
HSL color Cylindrical-coordinate representation of color #9998AA: hue angle of 243.33º 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 #9998AA is Cyan = 0.1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 152 | 170 | - |
| CMYK | 0.1 | 0.11 | 0 | 0.33 |
| HSL | 243.33º | 0.1% | 0.63% | - |
| HSV(B) | 243.33º | 0.11% | 0.67% | - |
| XYZ | 31.62 | 32.13 | 42.57 | - |
| YUV | 154.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 170 | 0.1 | 0.11 | 0 | 0.33 | 243.33 | 0.1 | 0.63 |
| Hex | 99 | 98 | AA | A | B | 0 | 21 | F3 | A | 3F |
| Octal | 231 | 230 | 252 | 12 | 13 | 0 | 41 | 363 | 12 | 77 |
| Binary | 10011001 | 10011000 | 10101010 | 1010 | 1011 | 0 | 100001 | 11110011 | 1010 | 111111 |
Color Harmonies of #9998AA
Complementary color
Monochromatic Colors of #9998AA
Black with #9998AA
Text Example
Text Example
White with #9998AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998AA; }
p { color: rgb(153,152,170); }
H1.HeaderClassName
{
color: #9998AA;
}
.AnyTagClassName
{
color: #9998AA;
}
</style>
background-color css
<style>
a { background-color: #9998AA; }
a { background-color: rgb(153,152,170); }
div.DivClassName
{
background-color: #9998AA;
}
.BgClassName
{
background-color: #9998AA;
}
</style>
border-color css
<style>
span { border-color: #9998AA; }
span { border-color: rgb(153,152,170); }
td.TdClassName
{
border-color: #9998AA;
}
.TagClassName
{
border-color: #9998AA;
}
</style>