Shades of Santas Grey #9A99AA
Tints of Santas Grey #9A99AA
RGB
CMYK
RGB Variations
Color information
#9A99AA (or 0x9A99AA) is known color: Santas Grey. HEX triplet: 9A, 99 and AA. RGB value is (154,153,170). Sum of RGB (Red+Green+Blue) = 154+153+170=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99AA is #656655. Grayscale: #9B9B9B. Windows color (decimal): -6645334 or 11180442. OLE color: 11180442.
HSL color Cylindrical-coordinate representation of color #9A99AA: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9A99AA is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 153 | 170 | - |
| CMYK | 0.09 | 0.1 | 0 | 0.33 |
| HSL | 243.53º | 0.09% | 0.63% | - |
| HSV(B) | 243.53º | 0.1% | 0.67% | - |
| XYZ | 31.97 | 32.55 | 42.63 | - |
| YUV | 155.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 170 | 0.09 | 0.1 | 0 | 0.33 | 243.53 | 0.09 | 0.63 |
| Hex | 9A | 99 | AA | 9 | A | 0 | 21 | F4 | 9 | 3F |
| Octal | 232 | 231 | 252 | 11 | 12 | 0 | 41 | 364 | 11 | 77 |
| Binary | 10011010 | 10011001 | 10101010 | 1001 | 1010 | 0 | 100001 | 11110100 | 1001 | 111111 |
Color Harmonies of #9A99AA
Complementary color
Monochromatic Colors of #9A99AA
Black with #9A99AA
Text Example
Text Example
White with #9A99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99AA; }
p { color: rgb(154,153,170); }
H1.HeaderClassName
{
color: #9A99AA;
}
.AnyTagClassName
{
color: #9A99AA;
}
</style>
background-color css
<style>
a { background-color: #9A99AA; }
a { background-color: rgb(154,153,170); }
div.DivClassName
{
background-color: #9A99AA;
}
.BgClassName
{
background-color: #9A99AA;
}
</style>
border-color css
<style>
span { border-color: #9A99AA; }
span { border-color: rgb(154,153,170); }
td.TdClassName
{
border-color: #9A99AA;
}
.TagClassName
{
border-color: #9A99AA;
}
</style>