Shades of Grey Chateau #A1A6A9
Tints of Grey Chateau #A1A6A9
RGB
CMYK
RGB Variations
Color information
#A1A6A9 (or 0xA1A6A9) is known color: Grey Chateau. HEX triplet: A1, A6 and A9. RGB value is (161,166,169). Sum of RGB (Red+Green+Blue) = 161+166+169=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 169 - color contains mainly: blue. Hex color #A1A6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A6A9 is #5E5956. Grayscale: #A4A4A4. Windows color (decimal): -6183255 or 11118241. OLE color: 11118241.
HSL color Cylindrical-coordinate representation of color #A1A6A9: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A6A9 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 166 | 169 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.34 |
| HSL | 202.5º | 0.04% | 0.65% | - |
| HSV(B) | 202.5º | 0.05% | 0.66% | - |
| XYZ | 35.5 | 37.71 | 42.94 | - |
| YUV | 164.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 169 | 0.05 | 0.02 | 0 | 0.34 | 202.5 | 0.04 | 0.65 |
| Hex | A1 | A6 | A9 | 5 | 2 | 0 | 22 | CA | 4 | 41 |
| Octal | 241 | 246 | 251 | 5 | 2 | 0 | 42 | 312 | 4 | 101 |
| Binary | 10100001 | 10100110 | 10101001 | 101 | 10 | 0 | 100010 | 11001010 | 100 | 1000001 |
Color Harmonies of #A1A6A9
Complementary color
Monochromatic Colors of #A1A6A9
Black with #A1A6A9
Text Example
Text Example
White with #A1A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6A9; }
p { color: rgb(161,166,169); }
H1.HeaderClassName
{
color: #A1A6A9;
}
.AnyTagClassName
{
color: #A1A6A9;
}
</style>
background-color css
<style>
a { background-color: #A1A6A9; }
a { background-color: rgb(161,166,169); }
div.DivClassName
{
background-color: #A1A6A9;
}
.BgClassName
{
background-color: #A1A6A9;
}
</style>
border-color css
<style>
span { border-color: #A1A6A9; }
span { border-color: rgb(161,166,169); }
td.TdClassName
{
border-color: #A1A6A9;
}
.TagClassName
{
border-color: #A1A6A9;
}
</style>