Shades of Santas Grey #9596A6
Tints of Santas Grey #9596A6
RGB
CMYK
RGB Variations
Color information
#9596A6 (or 0x9596A6) is known color: Santas Grey. HEX triplet: 95, 96 and A6. RGB value is (149,150,166). Sum of RGB (Red+Green+Blue) = 149+150+166=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 166 - color contains mainly: blue. Hex color #9596A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9596A6 is #6A6959. Grayscale: #979797. Windows color (decimal): -6973786 or 10917525. OLE color: 10917525.
HSL color Cylindrical-coordinate representation of color #9596A6: hue angle of 236.47º degrees, saturation: 0.09, 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 #9596A6 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 150 | 166 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.35 |
| HSL | 236.47º | 0.09% | 0.62% | - |
| HSV(B) | 236.47º | 0.1% | 0.65% | - |
| XYZ | 30.18 | 30.96 | 40.46 | - |
| YUV | 151.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 166 | 0.10 | 0.10 | 0 | 0.35 | 236.47 | 0.09 | 0.62 |
| Hex | 95 | 96 | A6 | A | A | 0 | 23 | EC | 9 | 3E |
| Octal | 225 | 226 | 246 | 12 | 12 | 0 | 43 | 354 | 11 | 76 |
| Binary | 10010101 | 10010110 | 10100110 | 1010 | 1010 | 0 | 100011 | 11101100 | 1001 | 111110 |
Color Harmonies of #9596A6
Complementary color
Monochromatic Colors of #9596A6
Black with #9596A6
Text Example
Text Example
White with #9596A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9596A6; }
p { color: rgb(149,150,166); }
H1.HeaderClassName
{
color: #9596A6;
}
.AnyTagClassName
{
color: #9596A6;
}
</style>
background-color css
<style>
a { background-color: #9596A6; }
a { background-color: rgb(149,150,166); }
div.DivClassName
{
background-color: #9596A6;
}
.BgClassName
{
background-color: #9596A6;
}
</style>
border-color css
<style>
span { border-color: #9596A6; }
span { border-color: rgb(149,150,166); }
td.TdClassName
{
border-color: #9596A6;
}
.TagClassName
{
border-color: #9596A6;
}
</style>