Shades of Santas Grey #9896A6
Tints of Santas Grey #9896A6
RGB
CMYK
RGB Variations
Color information
#9896A6 (or 0x9896A6) is known color: Santas Grey. HEX triplet: 98, 96 and A6. RGB value is (152,150,166). Sum of RGB (Red+Green+Blue) = 152+150+166=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 166 - color contains mainly: blue. Hex color #9896A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9896A6 is #676959. Grayscale: #989898. Windows color (decimal): -6777178 or 10917528. OLE color: 10917528.
HSL color Cylindrical-coordinate representation of color #9896A6: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9896A6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 150 | 166 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.35 |
| HSL | 247.5º | 0.08% | 0.62% | - |
| HSV(B) | 247.5º | 0.1% | 0.65% | - |
| XYZ | 30.74 | 31.24 | 40.49 | - |
| YUV | 152.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 166 | 0.08 | 0.10 | 0 | 0.35 | 247.5 | 0.08 | 0.62 |
| Hex | 98 | 96 | A6 | 8 | A | 0 | 23 | F8 | 8 | 3E |
| Octal | 230 | 226 | 246 | 10 | 12 | 0 | 43 | 370 | 10 | 76 |
| Binary | 10011000 | 10010110 | 10100110 | 1000 | 1010 | 0 | 100011 | 11111000 | 1000 | 111110 |
Color Harmonies of #9896A6
Complementary color
Monochromatic Colors of #9896A6
Black with #9896A6
Text Example
Text Example
White with #9896A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896A6; }
p { color: rgb(152,150,166); }
H1.HeaderClassName
{
color: #9896A6;
}
.AnyTagClassName
{
color: #9896A6;
}
</style>
background-color css
<style>
a { background-color: #9896A6; }
a { background-color: rgb(152,150,166); }
div.DivClassName
{
background-color: #9896A6;
}
.BgClassName
{
background-color: #9896A6;
}
</style>
border-color css
<style>
span { border-color: #9896A6; }
span { border-color: rgb(152,150,166); }
td.TdClassName
{
border-color: #9896A6;
}
.TagClassName
{
border-color: #9896A6;
}
</style>