Shades of Santas Grey #9291AA
Tints of Santas Grey #9291AA
RGB
CMYK
RGB Variations
Color information
#9291AA (or 0x9291AA) is known color: Santas Grey. HEX triplet: 92, 91 and AA. RGB value is (146,145,170). Sum of RGB (Red+Green+Blue) = 146+145+170=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #9291AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9291AA is #6D6E55. Grayscale: #949494. Windows color (decimal): -7171670 or 11178386. OLE color: 11178386.
HSL color Cylindrical-coordinate representation of color #9291AA: hue angle of 242.4º 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 #9291AA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 145 | 170 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.33 |
| HSL | 242.4º | 0.13% | 0.62% | - |
| HSV(B) | 242.4º | 0.15% | 0.67% | - |
| XYZ | 29.24 | 29.26 | 42.14 | - |
| YUV | 148.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 170 | 0.14 | 0.15 | 0 | 0.33 | 242.4 | 0.13 | 0.62 |
| Hex | 92 | 91 | AA | E | F | 0 | 21 | F2 | D | 3E |
| Octal | 222 | 221 | 252 | 16 | 17 | 0 | 41 | 362 | 15 | 76 |
| Binary | 10010010 | 10010001 | 10101010 | 1110 | 1111 | 0 | 100001 | 11110010 | 1101 | 111110 |
Color Harmonies of #9291AA
Complementary color
Monochromatic Colors of #9291AA
Black with #9291AA
Text Example
Text Example
White with #9291AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291AA; }
p { color: rgb(146,145,170); }
H1.HeaderClassName
{
color: #9291AA;
}
.AnyTagClassName
{
color: #9291AA;
}
</style>
background-color css
<style>
a { background-color: #9291AA; }
a { background-color: rgb(146,145,170); }
div.DivClassName
{
background-color: #9291AA;
}
.BgClassName
{
background-color: #9291AA;
}
</style>
border-color css
<style>
span { border-color: #9291AA; }
span { border-color: rgb(146,145,170); }
td.TdClassName
{
border-color: #9291AA;
}
.TagClassName
{
border-color: #9291AA;
}
</style>