Shades of Santas Grey #9593AA
Tints of Santas Grey #9593AA
RGB
CMYK
RGB Variations
Color information
#9593AA (or 0x9593AA) is known color: Santas Grey. HEX triplet: 95, 93 and AA. RGB value is (149,147,170). Sum of RGB (Red+Green+Blue) = 149+147+170=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #9593AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AA is #6A6C55. Grayscale: #969696. Windows color (decimal): -6974550 or 11178901. OLE color: 11178901.
HSL color Cylindrical-coordinate representation of color #9593AA: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9593AA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 147 | 170 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.33 |
| HSL | 245.22º | 0.12% | 0.62% | - |
| HSV(B) | 245.22º | 0.14% | 0.67% | - |
| XYZ | 30.08 | 30.16 | 42.27 | - |
| YUV | 150.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 170 | 0.12 | 0.14 | 0 | 0.33 | 245.22 | 0.12 | 0.62 |
| Hex | 95 | 93 | AA | C | E | 0 | 21 | F5 | C | 3E |
| Octal | 225 | 223 | 252 | 14 | 16 | 0 | 41 | 365 | 14 | 76 |
| Binary | 10010101 | 10010011 | 10101010 | 1100 | 1110 | 0 | 100001 | 11110101 | 1100 | 111110 |
Color Harmonies of #9593AA
Complementary color
Monochromatic Colors of #9593AA
Black with #9593AA
Text Example
Text Example
White with #9593AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593AA; }
p { color: rgb(149,147,170); }
H1.HeaderClassName
{
color: #9593AA;
}
.AnyTagClassName
{
color: #9593AA;
}
</style>
background-color css
<style>
a { background-color: #9593AA; }
a { background-color: rgb(149,147,170); }
div.DivClassName
{
background-color: #9593AA;
}
.BgClassName
{
background-color: #9593AA;
}
</style>
border-color css
<style>
span { border-color: #9593AA; }
span { border-color: rgb(149,147,170); }
td.TdClassName
{
border-color: #9593AA;
}
.TagClassName
{
border-color: #9593AA;
}
</style>