Shades of Santas Grey #99999A
Tints of Santas Grey #99999A
RGB
CMYK
RGB Variations
Color information
#99999A (or 0x99999A) is known color: Santas Grey. HEX triplet: 99, 99 and 9A. RGB value is (153,153,154). Sum of RGB (Red+Green+Blue) = 153+153+154=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 154 - color contains mainly: blue. Hex color #99999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99999A is #666665. Grayscale: #999999. Windows color (decimal): -6710886 or 10131865. OLE color: 10131865.
HSL color Cylindrical-coordinate representation of color #99999A: hue angle of 240º degrees, saturation: 0, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #99999A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 153 | 154 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.40 |
| HSL | 240º | 0% | 0.6% | - |
| HSV(B) | 240º | 0.01% | 0.6% | - |
| XYZ | 30.36 | 31.89 | 35.13 | - |
| YUV | 153.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 154 | 0.01 | 0.01 | 0 | 0.40 | 240 | 0 | 0.6 |
| Hex | 99 | 99 | 9A | 1 | 1 | 0 | 28 | F0 | 0 | 3C |
| Octal | 231 | 231 | 232 | 1 | 1 | 0 | 50 | 360 | 0 | 74 |
| Binary | 10011001 | 10011001 | 10011010 | 1 | 1 | 0 | 101000 | 11110000 | 0 | 111100 |
Color Harmonies of #99999A
Complementary color
Monochromatic Colors of #99999A
Black with #99999A
Text Example
Text Example
White with #99999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99999A; }
p { color: rgb(153,153,154); }
H1.HeaderClassName
{
color: #99999A;
}
.AnyTagClassName
{
color: #99999A;
}
</style>
background-color css
<style>
a { background-color: #99999A; }
a { background-color: rgb(153,153,154); }
div.DivClassName
{
background-color: #99999A;
}
.BgClassName
{
background-color: #99999A;
}
</style>
border-color css
<style>
span { border-color: #99999A; }
span { border-color: rgb(153,153,154); }
td.TdClassName
{
border-color: #99999A;
}
.TagClassName
{
border-color: #99999A;
}
</style>