Shades of Santas Grey #9999AC
Tints of Santas Grey #9999AC
RGB
CMYK
RGB Variations
Color information
#9999AC (or 0x9999AC) is known color: Santas Grey. HEX triplet: 99, 99 and AC. RGB value is (153,153,172). Sum of RGB (Red+Green+Blue) = 153+153+172=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #9999AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9999AC is #666653. Grayscale: #9B9B9B. Windows color (decimal): -6710868 or 11311513. OLE color: 11311513.
HSL color Cylindrical-coordinate representation of color #9999AC: hue angle of 240º 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 #9999AC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 153 | 153 | 172 | - |
CMYK | 0.11 | 0.11 | 0 | 0.33 |
HSL | 240º | 0.1% | 0.64% | - |
HSV(B) | 240º | 0.11% | 0.67% | - |
XYZ | 31.97 | 32.53 | 43.62 | - |
YUV | 155.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 153 | 172 | 0.11 | 0.11 | 0 | 0.33 | 240 | 0.1 | 0.64 |
Hex | 99 | 99 | AC | B | B | 0 | 21 | F0 | A | 40 |
Octal | 231 | 231 | 254 | 13 | 13 | 0 | 41 | 360 | 12 | 100 |
Binary | 10011001 | 10011001 | 10101100 | 1011 | 1011 | 0 | 100001 | 11110000 | 1010 | 1000000 |
Color Harmonies of #9999AC
Complementary color
Monochromatic Colors of #9999AC
Black with #9999AC
Text Example
Text Example
White with #9999AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999AC; }
p { color: rgb(153,153,172); }
H1.HeaderClassName
{
color: #9999AC;
}
.AnyTagClassName
{
color: #9999AC;
}
</style>
background-color css
<style>
a { background-color: #9999AC; }
a { background-color: rgb(153,153,172); }
div.DivClassName
{
background-color: #9999AC;
}
.BgClassName
{
background-color: #9999AC;
}
</style>
border-color css
<style>
span { border-color: #9999AC; }
span { border-color: rgb(153,153,172); }
td.TdClassName
{
border-color: #9999AC;
}
.TagClassName
{
border-color: #9999AC;
}
</style>