Shades of Silver Chalice #A9AAA8
Tints of Silver Chalice #A9AAA8
RGB
CMYK
RGB Variations
Color information
#A9AAA8 (or 0xA9AAA8) is known color: Silver Chalice. HEX triplet: A9, AA and A8. RGB value is (169,170,168). Sum of RGB (Red+Green+Blue) = 169+170+168=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAA8 is #565557. Grayscale: #A9A9A9. Windows color (decimal): -5657944 or 11053737. OLE color: 11053737.
HSL color Cylindrical-coordinate representation of color #A9AAA8: hue angle of 90º degrees, saturation: 0.01, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A9AAA8 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 168 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.33 |
| HSL | 90º | 0.01% | 0.66% | - |
| HSV(B) | 90º | 0.01% | 0.67% | - |
| XYZ | 37.8 | 40.01 | 42.78 | - |
| YUV | 169.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 168 | 0.01 | 0 | 0.01 | 0.33 | 90 | 0.01 | 0.66 |
| Hex | A9 | AA | A8 | 1 | 0 | 1 | 21 | 5A | 1 | 42 |
| Octal | 251 | 252 | 250 | 1 | 0 | 1 | 41 | 132 | 1 | 102 |
| Binary | 10101001 | 10101010 | 10101000 | 1 | 0 | 1 | 100001 | 1011010 | 1 | 1000010 |
Color Harmonies of #A9AAA8
Complementary color
Monochromatic Colors of #A9AAA8
Black with #A9AAA8
Text Example
Text Example
White with #A9AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAA8; }
p { color: rgb(169,170,168); }
H1.HeaderClassName
{
color: #A9AAA8;
}
.AnyTagClassName
{
color: #A9AAA8;
}
</style>
background-color css
<style>
a { background-color: #A9AAA8; }
a { background-color: rgb(169,170,168); }
div.DivClassName
{
background-color: #A9AAA8;
}
.BgClassName
{
background-color: #A9AAA8;
}
</style>
border-color css
<style>
span { border-color: #A9AAA8; }
span { border-color: rgb(169,170,168); }
td.TdClassName
{
border-color: #A9AAA8;
}
.TagClassName
{
border-color: #A9AAA8;
}
</style>