Shades of Santas Grey #9592AF
Tints of Santas Grey #9592AF
RGB
CMYK
RGB Variations
Color information
#9592AF (or 0x9592AF) is known color: Santas Grey. HEX triplet: 95, 92 and AF. RGB value is (149,146,175). Sum of RGB (Red+Green+Blue) = 149+146+175=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9592AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9592AF is #6A6D50. Grayscale: #969696. Windows color (decimal): -6974801 or 11506325. OLE color: 11506325.
HSL color Cylindrical-coordinate representation of color #9592AF: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9592AF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 146 | 175 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.31 |
| HSL | 246.21º | 0.15% | 0.63% | - |
| HSV(B) | 246.21º | 0.17% | 0.69% | - |
| XYZ | 30.41 | 30.04 | 44.75 | - |
| YUV | 150.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 175 | 0.15 | 0.17 | 0 | 0.31 | 246.21 | 0.15 | 0.63 |
| Hex | 95 | 92 | AF | F | 11 | 0 | 1F | F6 | F | 3F |
| Octal | 225 | 222 | 257 | 17 | 21 | 0 | 37 | 366 | 17 | 77 |
| Binary | 10010101 | 10010010 | 10101111 | 1111 | 10001 | 0 | 11111 | 11110110 | 1111 | 111111 |
Color Harmonies of #9592AF
Complementary color
Monochromatic Colors of #9592AF
Black with #9592AF
Text Example
Text Example
White with #9592AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9592AF; }
p { color: rgb(149,146,175); }
H1.HeaderClassName
{
color: #9592AF;
}
.AnyTagClassName
{
color: #9592AF;
}
</style>
background-color css
<style>
a { background-color: #9592AF; }
a { background-color: rgb(149,146,175); }
div.DivClassName
{
background-color: #9592AF;
}
.BgClassName
{
background-color: #9592AF;
}
</style>
border-color css
<style>
span { border-color: #9592AF; }
span { border-color: rgb(149,146,175); }
td.TdClassName
{
border-color: #9592AF;
}
.TagClassName
{
border-color: #9592AF;
}
</style>