Shades of Santas Grey #9692AF
Tints of Santas Grey #9692AF
RGB
CMYK
RGB Variations
Color information
#9692AF (or 0x9692AF) is known color: Santas Grey. HEX triplet: 96, 92 and AF. RGB value is (150,146,175). Sum of RGB (Red+Green+Blue) = 150+146+175=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9692AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9692AF is #696D50. Grayscale: #969696. Windows color (decimal): -6909265 or 11506326. OLE color: 11506326.
HSL color Cylindrical-coordinate representation of color #9692AF: hue angle of 248.28º 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 #9692AF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 146 | 175 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.31 |
| HSL | 248.28º | 0.15% | 0.63% | - |
| HSV(B) | 248.28º | 0.17% | 0.69% | - |
| XYZ | 30.59 | 30.14 | 44.76 | - |
| YUV | 150.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 175 | 0.14 | 0.17 | 0 | 0.31 | 248.28 | 0.15 | 0.63 |
| Hex | 96 | 92 | AF | E | 11 | 0 | 1F | F8 | F | 3F |
| Octal | 226 | 222 | 257 | 16 | 21 | 0 | 37 | 370 | 17 | 77 |
| Binary | 10010110 | 10010010 | 10101111 | 1110 | 10001 | 0 | 11111 | 11111000 | 1111 | 111111 |
Color Harmonies of #9692AF
Complementary color
Monochromatic Colors of #9692AF
Black with #9692AF
Text Example
Text Example
White with #9692AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9692AF; }
p { color: rgb(150,146,175); }
H1.HeaderClassName
{
color: #9692AF;
}
.AnyTagClassName
{
color: #9692AF;
}
</style>
background-color css
<style>
a { background-color: #9692AF; }
a { background-color: rgb(150,146,175); }
div.DivClassName
{
background-color: #9692AF;
}
.BgClassName
{
background-color: #9692AF;
}
</style>
border-color css
<style>
span { border-color: #9692AF; }
span { border-color: rgb(150,146,175); }
td.TdClassName
{
border-color: #9692AF;
}
.TagClassName
{
border-color: #9692AF;
}
</style>