Shades of Silver Chalice #A9AAA7
Tints of Silver Chalice #A9AAA7
RGB
CMYK
RGB Variations
Color information
#A9AAA7 (or 0xA9AAA7) is known color: Silver Chalice. HEX triplet: A9, AA and A7. RGB value is (169,170,167). Sum of RGB (Red+Green+Blue) = 169+170+167=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAA7 is #565558. Grayscale: #A9A9A9. Windows color (decimal): -5657945 or 10988201. OLE color: 10988201.
HSL color Cylindrical-coordinate representation of color #A9AAA7: hue angle of 80º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A9AAA7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 167 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.33 |
| HSL | 80º | 0.02% | 0.66% | - |
| HSV(B) | 80º | 0.02% | 0.67% | - |
| XYZ | 37.71 | 39.97 | 42.29 | - |
| YUV | 169.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 167 | 0.01 | 0 | 0.02 | 0.33 | 80 | 0.02 | 0.66 |
| Hex | A9 | AA | A7 | 1 | 0 | 2 | 21 | 50 | 2 | 42 |
| Octal | 251 | 252 | 247 | 1 | 0 | 2 | 41 | 120 | 2 | 102 |
| Binary | 10101001 | 10101010 | 10100111 | 1 | 0 | 10 | 100001 | 1010000 | 10 | 1000010 |
Color Harmonies of #A9AAA7
Complementary color
Monochromatic Colors of #A9AAA7
Black with #A9AAA7
Text Example
Text Example
White with #A9AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAA7; }
p { color: rgb(169,170,167); }
H1.HeaderClassName
{
color: #A9AAA7;
}
.AnyTagClassName
{
color: #A9AAA7;
}
</style>
background-color css
<style>
a { background-color: #A9AAA7; }
a { background-color: rgb(169,170,167); }
div.DivClassName
{
background-color: #A9AAA7;
}
.BgClassName
{
background-color: #A9AAA7;
}
</style>
border-color css
<style>
span { border-color: #A9AAA7; }
span { border-color: rgb(169,170,167); }
td.TdClassName
{
border-color: #A9AAA7;
}
.TagClassName
{
border-color: #A9AAA7;
}
</style>