Shades of Grey Chateau #9AA1AC
Tints of Grey Chateau #9AA1AC
RGB
CMYK
RGB Variations
Color information
#9AA1AC (or 0x9AA1AC) is known color: Grey Chateau. HEX triplet: 9A, A1 and AC. RGB value is (154,161,172). Sum of RGB (Red+Green+Blue) = 154+161+172=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #9AA1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA1AC is #655E53. Grayscale: #A0A0A0. Windows color (decimal): -6643284 or 11313562. OLE color: 11313562.
HSL color Cylindrical-coordinate representation of color #9AA1AC: hue angle of 216.67º degrees, saturation: 0.1, 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 #9AA1AC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 161 | 172 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.33 |
| HSL | 216.67º | 0.1% | 0.64% | - |
| HSV(B) | 216.67º | 0.1% | 0.67% | - |
| XYZ | 33.52 | 35.34 | 44.08 | - |
| YUV | 160.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 172 | 0.10 | 0.06 | 0 | 0.33 | 216.67 | 0.1 | 0.64 |
| Hex | 9A | A1 | AC | A | 6 | 0 | 21 | D9 | A | 40 |
| Octal | 232 | 241 | 254 | 12 | 6 | 0 | 41 | 331 | 12 | 100 |
| Binary | 10011010 | 10100001 | 10101100 | 1010 | 110 | 0 | 100001 | 11011001 | 1010 | 1000000 |
Color Harmonies of #9AA1AC
Complementary color
Monochromatic Colors of #9AA1AC
Black with #9AA1AC
Text Example
Text Example
White with #9AA1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA1AC; }
p { color: rgb(154,161,172); }
H1.HeaderClassName
{
color: #9AA1AC;
}
.AnyTagClassName
{
color: #9AA1AC;
}
</style>
background-color css
<style>
a { background-color: #9AA1AC; }
a { background-color: rgb(154,161,172); }
div.DivClassName
{
background-color: #9AA1AC;
}
.BgClassName
{
background-color: #9AA1AC;
}
</style>
border-color css
<style>
span { border-color: #9AA1AC; }
span { border-color: rgb(154,161,172); }
td.TdClassName
{
border-color: #9AA1AC;
}
.TagClassName
{
border-color: #9AA1AC;
}
</style>