Shades of Santas Grey #9091AF
Tints of Santas Grey #9091AF
RGB
CMYK
RGB Variations
Color information
#9091AF (or 0x9091AF) is known color: Santas Grey. HEX triplet: 90, 91 and AF. RGB value is (144,145,175). Sum of RGB (Red+Green+Blue) = 144+145+175=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #9091AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9091AF is #6F6E50. Grayscale: #949494. Windows color (decimal): -7302737 or 11506064. OLE color: 11506064.
HSL color Cylindrical-coordinate representation of color #9091AF: hue angle of 238.06º 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 #9091AF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 145 | 175 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.31 |
| HSL | 238.06º | 0.16% | 0.63% | - |
| HSV(B) | 238.06º | 0.18% | 0.69% | - |
| XYZ | 29.36 | 29.28 | 44.66 | - |
| YUV | 148.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 175 | 0.18 | 0.17 | 0 | 0.31 | 238.06 | 0.16 | 0.63 |
| Hex | 90 | 91 | AF | 12 | 11 | 0 | 1F | EE | 10 | 3F |
| Octal | 220 | 221 | 257 | 22 | 21 | 0 | 37 | 356 | 20 | 77 |
| Binary | 10010000 | 10010001 | 10101111 | 10010 | 10001 | 0 | 11111 | 11101110 | 10000 | 111111 |
Color Harmonies of #9091AF
Complementary color
Monochromatic Colors of #9091AF
Black with #9091AF
Text Example
Text Example
White with #9091AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9091AF; }
p { color: rgb(144,145,175); }
H1.HeaderClassName
{
color: #9091AF;
}
.AnyTagClassName
{
color: #9091AF;
}
</style>
background-color css
<style>
a { background-color: #9091AF; }
a { background-color: rgb(144,145,175); }
div.DivClassName
{
background-color: #9091AF;
}
.BgClassName
{
background-color: #9091AF;
}
</style>
border-color css
<style>
span { border-color: #9091AF; }
span { border-color: rgb(144,145,175); }
td.TdClassName
{
border-color: #9091AF;
}
.TagClassName
{
border-color: #9091AF;
}
</style>