Shades of Grey Chateau #9A9FA9
Tints of Grey Chateau #9A9FA9
RGB
CMYK
RGB Variations
Color information
#9A9FA9 (or 0x9A9FA9) is known color: Grey Chateau. HEX triplet: 9A, 9F and A9. RGB value is (154,159,169). Sum of RGB (Red+Green+Blue) = 154+159+169=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9FA9 is #656056. Grayscale: #9E9E9E. Windows color (decimal): -6643799 or 11116442. OLE color: 11116442.
HSL color Cylindrical-coordinate representation of color #9A9FA9: hue angle of 220º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9A9FA9 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 159 | 169 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.34 |
| HSL | 220º | 0.08% | 0.63% | - |
| HSV(B) | 220º | 0.09% | 0.66% | - |
| XYZ | 32.89 | 34.53 | 42.47 | - |
| YUV | 158.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 169 | 0.09 | 0.06 | 0 | 0.34 | 220 | 0.08 | 0.63 |
| Hex | 9A | 9F | A9 | 9 | 6 | 0 | 22 | DC | 8 | 3F |
| Octal | 232 | 237 | 251 | 11 | 6 | 0 | 42 | 334 | 10 | 77 |
| Binary | 10011010 | 10011111 | 10101001 | 1001 | 110 | 0 | 100010 | 11011100 | 1000 | 111111 |
Color Harmonies of #9A9FA9
Complementary color
Monochromatic Colors of #9A9FA9
Black with #9A9FA9
Text Example
Text Example
White with #9A9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FA9; }
p { color: rgb(154,159,169); }
H1.HeaderClassName
{
color: #9A9FA9;
}
.AnyTagClassName
{
color: #9A9FA9;
}
</style>
background-color css
<style>
a { background-color: #9A9FA9; }
a { background-color: rgb(154,159,169); }
div.DivClassName
{
background-color: #9A9FA9;
}
.BgClassName
{
background-color: #9A9FA9;
}
</style>
border-color css
<style>
span { border-color: #9A9FA9; }
span { border-color: rgb(154,159,169); }
td.TdClassName
{
border-color: #9A9FA9;
}
.TagClassName
{
border-color: #9A9FA9;
}
</style>