Shades of Santas Grey #9D99AC
Tints of Santas Grey #9D99AC
RGB
CMYK
RGB Variations
Color information
#9D99AC (or 0x9D99AC) is known color: Santas Grey. HEX triplet: 9D, 99 and AC. RGB value is (157,153,172). Sum of RGB (Red+Green+Blue) = 157+153+172=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D99AC is #626653. Grayscale: #9C9C9C. Windows color (decimal): -6448724 or 11311517. OLE color: 11311517.
HSL color Cylindrical-coordinate representation of color #9D99AC: hue angle of 252.63º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D99AC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 153 | 172 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.33 |
| HSL | 252.63º | 0.1% | 0.64% | - |
| HSV(B) | 252.63º | 0.11% | 0.67% | - |
| XYZ | 32.74 | 32.93 | 43.66 | - |
| YUV | 156.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 172 | 0.09 | 0.11 | 0 | 0.33 | 252.63 | 0.1 | 0.64 |
| Hex | 9D | 99 | AC | 9 | B | 0 | 21 | FD | A | 40 |
| Octal | 235 | 231 | 254 | 11 | 13 | 0 | 41 | 375 | 12 | 100 |
| Binary | 10011101 | 10011001 | 10101100 | 1001 | 1011 | 0 | 100001 | 11111101 | 1010 | 1000000 |
Color Harmonies of #9D99AC
Complementary color
Monochromatic Colors of #9D99AC
Black with #9D99AC
Text Example
Text Example
White with #9D99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99AC; }
p { color: rgb(157,153,172); }
H1.HeaderClassName
{
color: #9D99AC;
}
.AnyTagClassName
{
color: #9D99AC;
}
</style>
background-color css
<style>
a { background-color: #9D99AC; }
a { background-color: rgb(157,153,172); }
div.DivClassName
{
background-color: #9D99AC;
}
.BgClassName
{
background-color: #9D99AC;
}
</style>
border-color css
<style>
span { border-color: #9D99AC; }
span { border-color: rgb(157,153,172); }
td.TdClassName
{
border-color: #9D99AC;
}
.TagClassName
{
border-color: #9D99AC;
}
</style>