Shades of Santas Grey #9C99AA
Tints of Santas Grey #9C99AA
RGB
CMYK
RGB Variations
Color information
#9C99AA (or 0x9C99AA) is known color: Santas Grey. HEX triplet: 9C, 99 and AA. RGB value is (156,153,170). Sum of RGB (Red+Green+Blue) = 156+153+170=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C99AA is #636655. Grayscale: #9B9B9B. Windows color (decimal): -6514262 or 11180444. OLE color: 11180444.
HSL color Cylindrical-coordinate representation of color #9C99AA: hue angle of 250.59º 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 #9C99AA is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 153 | 170 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.33 |
| HSL | 250.59º | 0.09% | 0.63% | - |
| HSV(B) | 250.59º | 0.1% | 0.67% | - |
| XYZ | 32.36 | 32.75 | 42.65 | - |
| YUV | 155.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 170 | 0.08 | 0.1 | 0 | 0.33 | 250.59 | 0.09 | 0.63 |
| Hex | 9C | 99 | AA | 8 | A | 0 | 21 | FB | 9 | 3F |
| Octal | 234 | 231 | 252 | 10 | 12 | 0 | 41 | 373 | 11 | 77 |
| Binary | 10011100 | 10011001 | 10101010 | 1000 | 1010 | 0 | 100001 | 11111011 | 1001 | 111111 |
Color Harmonies of #9C99AA
Complementary color
Monochromatic Colors of #9C99AA
Black with #9C99AA
Text Example
Text Example
White with #9C99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99AA; }
p { color: rgb(156,153,170); }
H1.HeaderClassName
{
color: #9C99AA;
}
.AnyTagClassName
{
color: #9C99AA;
}
</style>
background-color css
<style>
a { background-color: #9C99AA; }
a { background-color: rgb(156,153,170); }
div.DivClassName
{
background-color: #9C99AA;
}
.BgClassName
{
background-color: #9C99AA;
}
</style>
border-color css
<style>
span { border-color: #9C99AA; }
span { border-color: rgb(156,153,170); }
td.TdClassName
{
border-color: #9C99AA;
}
.TagClassName
{
border-color: #9C99AA;
}
</style>