Shades of Santas Grey #9896AB
Tints of Santas Grey #9896AB
RGB
CMYK
RGB Variations
Color information
#9896AB (or 0x9896AB) is known color: Santas Grey. HEX triplet: 98, 96 and AB. RGB value is (152,150,171). Sum of RGB (Red+Green+Blue) = 152+150+171=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9896AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9896AB is #676954. Grayscale: #989898. Windows color (decimal): -6777173 or 11245208. OLE color: 11245208.
HSL color Cylindrical-coordinate representation of color #9896AB: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9896AB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 150 | 171 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.33 |
| HSL | 245.71º | 0.11% | 0.63% | - |
| HSV(B) | 245.71º | 0.12% | 0.67% | - |
| XYZ | 31.21 | 31.43 | 42.95 | - |
| YUV | 152.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 171 | 0.11 | 0.12 | 0 | 0.33 | 245.71 | 0.11 | 0.63 |
| Hex | 98 | 96 | AB | B | C | 0 | 21 | F6 | B | 3F |
| Octal | 230 | 226 | 253 | 13 | 14 | 0 | 41 | 366 | 13 | 77 |
| Binary | 10011000 | 10010110 | 10101011 | 1011 | 1100 | 0 | 100001 | 11110110 | 1011 | 111111 |
Color Harmonies of #9896AB
Complementary color
Monochromatic Colors of #9896AB
Black with #9896AB
Text Example
Text Example
White with #9896AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896AB; }
p { color: rgb(152,150,171); }
H1.HeaderClassName
{
color: #9896AB;
}
.AnyTagClassName
{
color: #9896AB;
}
</style>
background-color css
<style>
a { background-color: #9896AB; }
a { background-color: rgb(152,150,171); }
div.DivClassName
{
background-color: #9896AB;
}
.BgClassName
{
background-color: #9896AB;
}
</style>
border-color css
<style>
span { border-color: #9896AB; }
span { border-color: rgb(152,150,171); }
td.TdClassName
{
border-color: #9896AB;
}
.TagClassName
{
border-color: #9896AB;
}
</style>