Shades of Santas Grey #9996AC
Tints of Santas Grey #9996AC
RGB
CMYK
RGB Variations
Color information
#9996AC (or 0x9996AC) is known color: Santas Grey. HEX triplet: 99, 96 and AC. RGB value is (153,150,172). Sum of RGB (Red+Green+Blue) = 153+150+172=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #9996AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9996AC is #666953. Grayscale: #999999. Windows color (decimal): -6711636 or 11310745. OLE color: 11310745.
HSL color Cylindrical-coordinate representation of color #9996AC: hue angle of 248.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9996AC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 150 | 172 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.33 |
| HSL | 248.18º | 0.12% | 0.63% | - |
| HSV(B) | 248.18º | 0.13% | 0.67% | - |
| XYZ | 31.49 | 31.56 | 43.46 | - |
| YUV | 153.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 172 | 0.11 | 0.13 | 0 | 0.33 | 248.18 | 0.12 | 0.63 |
| Hex | 99 | 96 | AC | B | D | 0 | 21 | F8 | C | 3F |
| Octal | 231 | 226 | 254 | 13 | 15 | 0 | 41 | 370 | 14 | 77 |
| Binary | 10011001 | 10010110 | 10101100 | 1011 | 1101 | 0 | 100001 | 11111000 | 1100 | 111111 |
Color Harmonies of #9996AC
Complementary color
Monochromatic Colors of #9996AC
Black with #9996AC
Text Example
Text Example
White with #9996AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996AC; }
p { color: rgb(153,150,172); }
H1.HeaderClassName
{
color: #9996AC;
}
.AnyTagClassName
{
color: #9996AC;
}
</style>
background-color css
<style>
a { background-color: #9996AC; }
a { background-color: rgb(153,150,172); }
div.DivClassName
{
background-color: #9996AC;
}
.BgClassName
{
background-color: #9996AC;
}
</style>
border-color css
<style>
span { border-color: #9996AC; }
span { border-color: rgb(153,150,172); }
td.TdClassName
{
border-color: #9996AC;
}
.TagClassName
{
border-color: #9996AC;
}
</style>