Shades of Santas Grey #9290AA
Tints of Santas Grey #9290AA
RGB
CMYK
RGB Variations
Color information
#9290AA (or 0x9290AA) is known color: Santas Grey. HEX triplet: 92, 90 and AA. RGB value is (146,144,170). Sum of RGB (Red+Green+Blue) = 146+144+170=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #9290AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9290AA is #6D6F55. Grayscale: #939393. Windows color (decimal): -7171926 or 11178130. OLE color: 11178130.
HSL color Cylindrical-coordinate representation of color #9290AA: hue angle of 244.62º 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 #9290AA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 144 | 170 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.33 |
| HSL | 244.62º | 0.13% | 0.62% | - |
| HSV(B) | 244.62º | 0.15% | 0.67% | - |
| XYZ | 29.08 | 28.96 | 42.09 | - |
| YUV | 147.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 170 | 0.14 | 0.15 | 0 | 0.33 | 244.62 | 0.13 | 0.62 |
| Hex | 92 | 90 | AA | E | F | 0 | 21 | F5 | D | 3E |
| Octal | 222 | 220 | 252 | 16 | 17 | 0 | 41 | 365 | 15 | 76 |
| Binary | 10010010 | 10010000 | 10101010 | 1110 | 1111 | 0 | 100001 | 11110101 | 1101 | 111110 |
Color Harmonies of #9290AA
Complementary color
Monochromatic Colors of #9290AA
Black with #9290AA
Text Example
Text Example
White with #9290AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290AA; }
p { color: rgb(146,144,170); }
H1.HeaderClassName
{
color: #9290AA;
}
.AnyTagClassName
{
color: #9290AA;
}
</style>
background-color css
<style>
a { background-color: #9290AA; }
a { background-color: rgb(146,144,170); }
div.DivClassName
{
background-color: #9290AA;
}
.BgClassName
{
background-color: #9290AA;
}
</style>
border-color css
<style>
span { border-color: #9290AA; }
span { border-color: rgb(146,144,170); }
td.TdClassName
{
border-color: #9290AA;
}
.TagClassName
{
border-color: #9290AA;
}
</style>