Shades of Grey Chateau #A9AAAB
Tints of Grey Chateau #A9AAAB
RGB
CMYK
RGB Variations
Color information
#A9AAAB (or 0xA9AAAB) is known color: Grey Chateau. HEX triplet: A9, AA and AB. RGB value is (169,170,171). Sum of RGB (Red+Green+Blue) = 169+170+171=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 171 - color contains mainly: blue. Hex color #A9AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAAB is #565554. Grayscale: #A9A9A9. Windows color (decimal): -5657941 or 11250345. OLE color: 11250345.
HSL color Cylindrical-coordinate representation of color #A9AAAB: hue angle of 210º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A9AAAB is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 171 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.33 |
| HSL | 210º | 0.01% | 0.67% | - |
| HSV(B) | 210º | 0.01% | 0.67% | - |
| XYZ | 38.09 | 40.12 | 44.27 | - |
| YUV | 169.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 171 | 0.01 | 0.01 | 0 | 0.33 | 210 | 0.01 | 0.67 |
| Hex | A9 | AA | AB | 1 | 1 | 0 | 21 | D2 | 1 | 43 |
| Octal | 251 | 252 | 253 | 1 | 1 | 0 | 41 | 322 | 1 | 103 |
| Binary | 10101001 | 10101010 | 10101011 | 1 | 1 | 0 | 100001 | 11010010 | 1 | 1000011 |
Color Harmonies of #A9AAAB
Complementary color
Monochromatic Colors of #A9AAAB
Black with #A9AAAB
Text Example
Text Example
White with #A9AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAAB; }
p { color: rgb(169,170,171); }
H1.HeaderClassName
{
color: #A9AAAB;
}
.AnyTagClassName
{
color: #A9AAAB;
}
</style>
background-color css
<style>
a { background-color: #A9AAAB; }
a { background-color: rgb(169,170,171); }
div.DivClassName
{
background-color: #A9AAAB;
}
.BgClassName
{
background-color: #A9AAAB;
}
</style>
border-color css
<style>
span { border-color: #A9AAAB; }
span { border-color: rgb(169,170,171); }
td.TdClassName
{
border-color: #A9AAAB;
}
.TagClassName
{
border-color: #A9AAAB;
}
</style>