Shades of Santas Grey #9D9AAB
Tints of Santas Grey #9D9AAB
RGB
CMYK
RGB Variations
Color information
#9D9AAB (or 0x9D9AAB) is known color: Santas Grey. HEX triplet: 9D, 9A and AB. RGB value is (157,154,171). Sum of RGB (Red+Green+Blue) = 157+154+171=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9AAB is #626554. Grayscale: #9C9C9C. Windows color (decimal): -6448469 or 11246237. OLE color: 11246237.
HSL color Cylindrical-coordinate representation of color #9D9AAB: hue angle of 250.59º degrees, saturation: 0.09, 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 #9D9AAB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 154 | 171 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.33 |
| HSL | 250.59º | 0.09% | 0.64% | - |
| HSV(B) | 250.59º | 0.1% | 0.67% | - |
| XYZ | 32.81 | 33.22 | 43.21 | - |
| YUV | 156.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 171 | 0.08 | 0.10 | 0 | 0.33 | 250.59 | 0.09 | 0.64 |
| Hex | 9D | 9A | AB | 8 | A | 0 | 21 | FB | 9 | 40 |
| Octal | 235 | 232 | 253 | 10 | 12 | 0 | 41 | 373 | 11 | 100 |
| Binary | 10011101 | 10011010 | 10101011 | 1000 | 1010 | 0 | 100001 | 11111011 | 1001 | 1000000 |
Color Harmonies of #9D9AAB
Complementary color
Monochromatic Colors of #9D9AAB
Black with #9D9AAB
Text Example
Text Example
White with #9D9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AAB; }
p { color: rgb(157,154,171); }
H1.HeaderClassName
{
color: #9D9AAB;
}
.AnyTagClassName
{
color: #9D9AAB;
}
</style>
background-color css
<style>
a { background-color: #9D9AAB; }
a { background-color: rgb(157,154,171); }
div.DivClassName
{
background-color: #9D9AAB;
}
.BgClassName
{
background-color: #9D9AAB;
}
</style>
border-color css
<style>
span { border-color: #9D9AAB; }
span { border-color: rgb(157,154,171); }
td.TdClassName
{
border-color: #9D9AAB;
}
.TagClassName
{
border-color: #9D9AAB;
}
</style>