Shades of Santas Grey #9899A6
Tints of Santas Grey #9899A6
RGB
CMYK
RGB Variations
Color information
#9899A6 (or 0x9899A6) is known color: Santas Grey. HEX triplet: 98, 99 and A6. RGB value is (152,153,166). Sum of RGB (Red+Green+Blue) = 152+153+166=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 166 - color contains mainly: blue. Hex color #9899A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9899A6 is #676659. Grayscale: #9A9A9A. Windows color (decimal): -6776410 or 10918296. OLE color: 10918296.
HSL color Cylindrical-coordinate representation of color #9899A6: hue angle of 235.71º 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 #9899A6 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 153 | 166 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.35 |
| HSL | 235.71º | 0.07% | 0.62% | - |
| HSV(B) | 235.71º | 0.08% | 0.65% | - |
| XYZ | 31.22 | 32.21 | 40.65 | - |
| YUV | 154.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 166 | 0.08 | 0.08 | 0 | 0.35 | 235.71 | 0.07 | 0.62 |
| Hex | 98 | 99 | A6 | 8 | 8 | 0 | 23 | EC | 7 | 3E |
| Octal | 230 | 231 | 246 | 10 | 10 | 0 | 43 | 354 | 7 | 76 |
| Binary | 10011000 | 10011001 | 10100110 | 1000 | 1000 | 0 | 100011 | 11101100 | 111 | 111110 |
Color Harmonies of #9899A6
Complementary color
Monochromatic Colors of #9899A6
Black with #9899A6
Text Example
Text Example
White with #9899A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899A6; }
p { color: rgb(152,153,166); }
H1.HeaderClassName
{
color: #9899A6;
}
.AnyTagClassName
{
color: #9899A6;
}
</style>
background-color css
<style>
a { background-color: #9899A6; }
a { background-color: rgb(152,153,166); }
div.DivClassName
{
background-color: #9899A6;
}
.BgClassName
{
background-color: #9899A6;
}
</style>
border-color css
<style>
span { border-color: #9899A6; }
span { border-color: rgb(152,153,166); }
td.TdClassName
{
border-color: #9899A6;
}
.TagClassName
{
border-color: #9899A6;
}
</style>