Shades of Santas Grey #9A9AAC
Tints of Santas Grey #9A9AAC
RGB
CMYK
RGB Variations
Color information
#9A9AAC (or 0x9A9AAC) is known color: Santas Grey. HEX triplet: 9A, 9A and AC. RGB value is (154,154,172). Sum of RGB (Red+Green+Blue) = 154+154+172=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9AAC is #656553. Grayscale: #9B9B9B. Windows color (decimal): -6645076 or 11311770. OLE color: 11311770.
HSL color Cylindrical-coordinate representation of color #9A9AAC: 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.1%. Process color model (Four color, CMYK) of #9A9AAC is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 154 | 172 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.33 |
| HSL | 240º | 0.1% | 0.64% | - |
| HSV(B) | 240º | 0.1% | 0.67% | - |
| XYZ | 32.33 | 32.96 | 43.69 | - |
| YUV | 156.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 154 | 172 | 0.10 | 0.10 | 0 | 0.33 | 240 | 0.1 | 0.64 |
| Hex | 9A | 9A | AC | A | A | 0 | 21 | F0 | A | 40 |
| Octal | 232 | 232 | 254 | 12 | 12 | 0 | 41 | 360 | 12 | 100 |
| Binary | 10011010 | 10011010 | 10101100 | 1010 | 1010 | 0 | 100001 | 11110000 | 1010 | 1000000 |
Color Harmonies of #9A9AAC
Complementary color
Monochromatic Colors of #9A9AAC
Black with #9A9AAC
Text Example
Text Example
White with #9A9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9AAC; }
p { color: rgb(154,154,172); }
H1.HeaderClassName
{
color: #9A9AAC;
}
.AnyTagClassName
{
color: #9A9AAC;
}
</style>
background-color css
<style>
a { background-color: #9A9AAC; }
a { background-color: rgb(154,154,172); }
div.DivClassName
{
background-color: #9A9AAC;
}
.BgClassName
{
background-color: #9A9AAC;
}
</style>
border-color css
<style>
span { border-color: #9A9AAC; }
span { border-color: rgb(154,154,172); }
td.TdClassName
{
border-color: #9A9AAC;
}
.TagClassName
{
border-color: #9A9AAC;
}
</style>