Shades of Grey Chateau #9A9EA6
Tints of Grey Chateau #9A9EA6
RGB
CMYK
RGB Variations
Color information
#9A9EA6 (or 0x9A9EA6) is known color: Grey Chateau. HEX triplet: 9A, 9E and A6. RGB value is (154,158,166). Sum of RGB (Red+Green+Blue) = 154+158+166=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A9EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9EA6 is #656159. Grayscale: #9D9D9D. Windows color (decimal): -6644058 or 10919578. OLE color: 10919578.
HSL color Cylindrical-coordinate representation of color #9A9EA6: hue angle of 220º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9A9EA6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 158 | 166 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.35 |
| HSL | 220º | 0.06% | 0.63% | - |
| HSV(B) | 220º | 0.07% | 0.65% | - |
| XYZ | 32.44 | 34.08 | 40.94 | - |
| YUV | 157.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 166 | 0.07 | 0.05 | 0 | 0.35 | 220 | 0.06 | 0.63 |
| Hex | 9A | 9E | A6 | 7 | 5 | 0 | 23 | DC | 6 | 3F |
| Octal | 232 | 236 | 246 | 7 | 5 | 0 | 43 | 334 | 6 | 77 |
| Binary | 10011010 | 10011110 | 10100110 | 111 | 101 | 0 | 100011 | 11011100 | 110 | 111111 |
Color Harmonies of #9A9EA6
Complementary color
Monochromatic Colors of #9A9EA6
Black with #9A9EA6
Text Example
Text Example
White with #9A9EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EA6; }
p { color: rgb(154,158,166); }
H1.HeaderClassName
{
color: #9A9EA6;
}
.AnyTagClassName
{
color: #9A9EA6;
}
</style>
background-color css
<style>
a { background-color: #9A9EA6; }
a { background-color: rgb(154,158,166); }
div.DivClassName
{
background-color: #9A9EA6;
}
.BgClassName
{
background-color: #9A9EA6;
}
</style>
border-color css
<style>
span { border-color: #9A9EA6; }
span { border-color: rgb(154,158,166); }
td.TdClassName
{
border-color: #9A9EA6;
}
.TagClassName
{
border-color: #9A9EA6;
}
</style>