Shades of Santas Grey #9899AC
Tints of Santas Grey #9899AC
RGB
CMYK
RGB Variations
Color information
#9899AC (or 0x9899AC) is known color: Santas Grey. HEX triplet: 98, 99 and AC. RGB value is (152,153,172). Sum of RGB (Red+Green+Blue) = 152+153+172=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #9899AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9899AC is #676653. Grayscale: #9A9A9A. Windows color (decimal): -6776404 or 11311512. OLE color: 11311512.
HSL color Cylindrical-coordinate representation of color #9899AC: hue angle of 237º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9899AC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 153 | 172 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.33 |
| HSL | 237º | 0.11% | 0.64% | - |
| HSV(B) | 237º | 0.12% | 0.67% | - |
| XYZ | 31.79 | 32.44 | 43.62 | - |
| YUV | 154.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 172 | 0.12 | 0.11 | 0 | 0.33 | 237 | 0.11 | 0.64 |
| Hex | 98 | 99 | AC | C | B | 0 | 21 | ED | B | 40 |
| Octal | 230 | 231 | 254 | 14 | 13 | 0 | 41 | 355 | 13 | 100 |
| Binary | 10011000 | 10011001 | 10101100 | 1100 | 1011 | 0 | 100001 | 11101101 | 1011 | 1000000 |
Color Harmonies of #9899AC
Complementary color
Monochromatic Colors of #9899AC
Black with #9899AC
Text Example
Text Example
White with #9899AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899AC; }
p { color: rgb(152,153,172); }
H1.HeaderClassName
{
color: #9899AC;
}
.AnyTagClassName
{
color: #9899AC;
}
</style>
background-color css
<style>
a { background-color: #9899AC; }
a { background-color: rgb(152,153,172); }
div.DivClassName
{
background-color: #9899AC;
}
.BgClassName
{
background-color: #9899AC;
}
</style>
border-color css
<style>
span { border-color: #9899AC; }
span { border-color: rgb(152,153,172); }
td.TdClassName
{
border-color: #9899AC;
}
.TagClassName
{
border-color: #9899AC;
}
</style>