Shades of Grey Chateau #909AA6
Tints of Grey Chateau #909AA6
RGB
CMYK
RGB Variations
Color information
#909AA6 (or 0x909AA6) is known color: Grey Chateau. HEX triplet: 90, 9A and A6. RGB value is (144,154,166). Sum of RGB (Red+Green+Blue) = 144+154+166=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 166 - color contains mainly: blue. Hex color #909AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AA6 is #6F6559. Grayscale: #989898. Windows color (decimal): -7300442 or 10918544. OLE color: 10918544.
HSL color Cylindrical-coordinate representation of color #909AA6: hue angle of 212.73º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #909AA6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 154 | 166 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.35 |
| HSL | 212.73º | 0.11% | 0.61% | - |
| HSV(B) | 212.73º | 0.13% | 0.65% | - |
| XYZ | 29.94 | 31.79 | 40.64 | - |
| YUV | 152.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 166 | 0.13 | 0.07 | 0 | 0.35 | 212.73 | 0.11 | 0.61 |
| Hex | 90 | 9A | A6 | D | 7 | 0 | 23 | D5 | B | 3D |
| Octal | 220 | 232 | 246 | 15 | 7 | 0 | 43 | 325 | 13 | 75 |
| Binary | 10010000 | 10011010 | 10100110 | 1101 | 111 | 0 | 100011 | 11010101 | 1011 | 111101 |
Color Harmonies of #909AA6
Complementary color
Monochromatic Colors of #909AA6
Black with #909AA6
Text Example
Text Example
White with #909AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909AA6; }
p { color: rgb(144,154,166); }
H1.HeaderClassName
{
color: #909AA6;
}
.AnyTagClassName
{
color: #909AA6;
}
</style>
background-color css
<style>
a { background-color: #909AA6; }
a { background-color: rgb(144,154,166); }
div.DivClassName
{
background-color: #909AA6;
}
.BgClassName
{
background-color: #909AA6;
}
</style>
border-color css
<style>
span { border-color: #909AA6; }
span { border-color: rgb(144,154,166); }
td.TdClassName
{
border-color: #909AA6;
}
.TagClassName
{
border-color: #909AA6;
}
</style>