Shades of Santas Grey #9696AB
Tints of Santas Grey #9696AB
RGB
CMYK
RGB Variations
Color information
#9696AB (or 0x9696AB) is known color: Santas Grey. HEX triplet: 96, 96 and AB. RGB value is (150,150,171). Sum of RGB (Red+Green+Blue) = 150+150+171=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9696AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9696AB is #696954. Grayscale: #989898. Windows color (decimal): -6908245 or 11245206. OLE color: 11245206.
HSL color Cylindrical-coordinate representation of color #9696AB: hue angle of 240º 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 #9696AB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 150 | 171 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.33 |
| HSL | 240º | 0.11% | 0.63% | - |
| HSV(B) | 240º | 0.12% | 0.67% | - |
| XYZ | 30.83 | 31.24 | 42.93 | - |
| YUV | 152.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 171 | 0.12 | 0.12 | 0 | 0.33 | 240 | 0.11 | 0.63 |
| Hex | 96 | 96 | AB | C | C | 0 | 21 | F0 | B | 3F |
| Octal | 226 | 226 | 253 | 14 | 14 | 0 | 41 | 360 | 13 | 77 |
| Binary | 10010110 | 10010110 | 10101011 | 1100 | 1100 | 0 | 100001 | 11110000 | 1011 | 111111 |
Color Harmonies of #9696AB
Complementary color
Monochromatic Colors of #9696AB
Black with #9696AB
Text Example
Text Example
White with #9696AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9696AB; }
p { color: rgb(150,150,171); }
H1.HeaderClassName
{
color: #9696AB;
}
.AnyTagClassName
{
color: #9696AB;
}
</style>
background-color css
<style>
a { background-color: #9696AB; }
a { background-color: rgb(150,150,171); }
div.DivClassName
{
background-color: #9696AB;
}
.BgClassName
{
background-color: #9696AB;
}
</style>
border-color css
<style>
span { border-color: #9696AB; }
span { border-color: rgb(150,150,171); }
td.TdClassName
{
border-color: #9696AB;
}
.TagClassName
{
border-color: #9696AB;
}
</style>