Shades of Santas Grey #9590AF
Tints of Santas Grey #9590AF
RGB
CMYK
RGB Variations
Color information
#9590AF (or 0x9590AF) is known color: Santas Grey. HEX triplet: 95, 90 and AF. RGB value is (149,144,175). Sum of RGB (Red+Green+Blue) = 149+144+175=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #9590AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9590AF is #6A6F50. Grayscale: #949494. Windows color (decimal): -6975313 or 11505813. OLE color: 11505813.
HSL color Cylindrical-coordinate representation of color #9590AF: hue angle of 249.68º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9590AF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 144 | 175 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.31 |
| HSL | 249.68º | 0.16% | 0.63% | - |
| HSV(B) | 249.68º | 0.18% | 0.69% | - |
| XYZ | 30.11 | 29.43 | 44.65 | - |
| YUV | 149.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 175 | 0.15 | 0.18 | 0 | 0.31 | 249.68 | 0.16 | 0.63 |
| Hex | 95 | 90 | AF | F | 12 | 0 | 1F | FA | 10 | 3F |
| Octal | 225 | 220 | 257 | 17 | 22 | 0 | 37 | 372 | 20 | 77 |
| Binary | 10010101 | 10010000 | 10101111 | 1111 | 10010 | 0 | 11111 | 11111010 | 10000 | 111111 |
Color Harmonies of #9590AF
Complementary color
Monochromatic Colors of #9590AF
Black with #9590AF
Text Example
Text Example
White with #9590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9590AF; }
p { color: rgb(149,144,175); }
H1.HeaderClassName
{
color: #9590AF;
}
.AnyTagClassName
{
color: #9590AF;
}
</style>
background-color css
<style>
a { background-color: #9590AF; }
a { background-color: rgb(149,144,175); }
div.DivClassName
{
background-color: #9590AF;
}
.BgClassName
{
background-color: #9590AF;
}
</style>
border-color css
<style>
span { border-color: #9590AF; }
span { border-color: rgb(149,144,175); }
td.TdClassName
{
border-color: #9590AF;
}
.TagClassName
{
border-color: #9590AF;
}
</style>