Shades of Santas Grey #9B9AA0
Tints of Santas Grey #9B9AA0
RGB
CMYK
RGB Variations
Color information
#9B9AA0 (or 0x9B9AA0) is known color: Santas Grey. HEX triplet: 9B, 9A and A0. RGB value is (155,154,160). Sum of RGB (Red+Green+Blue) = 155+154+160=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 160 - color contains mainly: blue. Hex color #9B9AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9AA0 is #64655F. Grayscale: #9A9A9A. Windows color (decimal): -6579552 or 10525339. OLE color: 10525339.
HSL color Cylindrical-coordinate representation of color #9B9AA0: hue angle of 250º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B9AA0 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 154 | 160 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.37 |
| HSL | 250º | 0.03% | 0.62% | - |
| HSV(B) | 250º | 0.04% | 0.63% | - |
| XYZ | 31.42 | 32.62 | 37.9 | - |
| YUV | 154.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 160 | 0.03 | 0.04 | 0 | 0.37 | 250 | 0.03 | 0.62 |
| Hex | 9B | 9A | A0 | 3 | 4 | 0 | 25 | FA | 3 | 3E |
| Octal | 233 | 232 | 240 | 3 | 4 | 0 | 45 | 372 | 3 | 76 |
| Binary | 10011011 | 10011010 | 10100000 | 11 | 100 | 0 | 100101 | 11111010 | 11 | 111110 |
Color Harmonies of #9B9AA0
Complementary color
Monochromatic Colors of #9B9AA0
Black with #9B9AA0
Text Example
Text Example
White with #9B9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AA0; }
p { color: rgb(155,154,160); }
H1.HeaderClassName
{
color: #9B9AA0;
}
.AnyTagClassName
{
color: #9B9AA0;
}
</style>
background-color css
<style>
a { background-color: #9B9AA0; }
a { background-color: rgb(155,154,160); }
div.DivClassName
{
background-color: #9B9AA0;
}
.BgClassName
{
background-color: #9B9AA0;
}
</style>
border-color css
<style>
span { border-color: #9B9AA0; }
span { border-color: rgb(155,154,160); }
td.TdClassName
{
border-color: #9B9AA0;
}
.TagClassName
{
border-color: #9B9AA0;
}
</style>