Shades of Santas Grey #9592AB
Tints of Santas Grey #9592AB
RGB
CMYK
RGB Variations
Color information
#9592AB (or 0x9592AB) is known color: Santas Grey. HEX triplet: 95, 92 and AB. RGB value is (149,146,171). Sum of RGB (Red+Green+Blue) = 149+146+171=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9592AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9592AB is #6A6D54. Grayscale: #959595. Windows color (decimal): -6974805 or 11244181. OLE color: 11244181.
HSL color Cylindrical-coordinate representation of color #9592AB: hue angle of 247.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9592AB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 146 | 171 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.33 |
| HSL | 247.2º | 0.13% | 0.62% | - |
| HSV(B) | 247.2º | 0.15% | 0.67% | - |
| XYZ | 30.02 | 29.89 | 42.71 | - |
| YUV | 149.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 171 | 0.13 | 0.15 | 0 | 0.33 | 247.2 | 0.13 | 0.62 |
| Hex | 95 | 92 | AB | D | F | 0 | 21 | F7 | D | 3E |
| Octal | 225 | 222 | 253 | 15 | 17 | 0 | 41 | 367 | 15 | 76 |
| Binary | 10010101 | 10010010 | 10101011 | 1101 | 1111 | 0 | 100001 | 11110111 | 1101 | 111110 |
Color Harmonies of #9592AB
Complementary color
Monochromatic Colors of #9592AB
Black with #9592AB
Text Example
Text Example
White with #9592AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9592AB; }
p { color: rgb(149,146,171); }
H1.HeaderClassName
{
color: #9592AB;
}
.AnyTagClassName
{
color: #9592AB;
}
</style>
background-color css
<style>
a { background-color: #9592AB; }
a { background-color: rgb(149,146,171); }
div.DivClassName
{
background-color: #9592AB;
}
.BgClassName
{
background-color: #9592AB;
}
</style>
border-color css
<style>
span { border-color: #9592AB; }
span { border-color: rgb(149,146,171); }
td.TdClassName
{
border-color: #9592AB;
}
.TagClassName
{
border-color: #9592AB;
}
</style>