Shades of Santas Grey #9999A9
Tints of Santas Grey #9999A9
RGB
CMYK
RGB Variations
Color information
#9999A9 (or 0x9999A9) is known color: Santas Grey. HEX triplet: 99, 99 and A9. RGB value is (153,153,169). Sum of RGB (Red+Green+Blue) = 153+153+169=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #9999A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9999A9 is #666656. Grayscale: #9A9A9A. Windows color (decimal): -6710871 or 11114905. OLE color: 11114905.
HSL color Cylindrical-coordinate representation of color #9999A9: hue angle of 240º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9999A9 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 153 | 153 | 169 | - |
CMYK | 0.09 | 0.09 | 0 | 0.34 |
HSL | 240º | 0.09% | 0.63% | - |
HSV(B) | 240º | 0.09% | 0.66% | - |
XYZ | 31.69 | 32.42 | 42.12 | - |
YUV | 154.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 153 | 169 | 0.09 | 0.09 | 0 | 0.34 | 240 | 0.09 | 0.63 |
Hex | 99 | 99 | A9 | 9 | 9 | 0 | 22 | F0 | 9 | 3F |
Octal | 231 | 231 | 251 | 11 | 11 | 0 | 42 | 360 | 11 | 77 |
Binary | 10011001 | 10011001 | 10101001 | 1001 | 1001 | 0 | 100010 | 11110000 | 1001 | 111111 |
Color Harmonies of #9999A9
Complementary color
Monochromatic Colors of #9999A9
Black with #9999A9
Text Example
Text Example
White with #9999A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999A9; }
p { color: rgb(153,153,169); }
H1.HeaderClassName
{
color: #9999A9;
}
.AnyTagClassName
{
color: #9999A9;
}
</style>
background-color css
<style>
a { background-color: #9999A9; }
a { background-color: rgb(153,153,169); }
div.DivClassName
{
background-color: #9999A9;
}
.BgClassName
{
background-color: #9999A9;
}
</style>
border-color css
<style>
span { border-color: #9999A9; }
span { border-color: rgb(153,153,169); }
td.TdClassName
{
border-color: #9999A9;
}
.TagClassName
{
border-color: #9999A9;
}
</style>