Shades of Silver Chalice #AAACA8
Tints of Silver Chalice #AAACA8
RGB
CMYK
RGB Variations
Color information
#AAACA8 (or 0xAAACA8) is known color: Silver Chalice. HEX triplet: AA, AC and A8. RGB value is (170,172,168). Sum of RGB (Red+Green+Blue) = 170+172+168=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACA8 is #555357. Grayscale: #AAAAAA. Windows color (decimal): -5591896 or 11054250. OLE color: 11054250.
HSL color Cylindrical-coordinate representation of color #AAACA8: hue angle of 90º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAACA8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 168 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.33 |
| HSL | 90º | 0.02% | 0.67% | - |
| HSV(B) | 90º | 0.02% | 0.67% | - |
| XYZ | 38.4 | 40.88 | 42.91 | - |
| YUV | 170.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 168 | 0.01 | 0 | 0.02 | 0.33 | 90 | 0.02 | 0.67 |
| Hex | AA | AC | A8 | 1 | 0 | 2 | 21 | 5A | 2 | 43 |
| Octal | 252 | 254 | 250 | 1 | 0 | 2 | 41 | 132 | 2 | 103 |
| Binary | 10101010 | 10101100 | 10101000 | 1 | 0 | 10 | 100001 | 1011010 | 10 | 1000011 |
Color Harmonies of #AAACA8
Complementary color
Monochromatic Colors of #AAACA8
Black with #AAACA8
Text Example
Text Example
White with #AAACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACA8; }
p { color: rgb(170,172,168); }
H1.HeaderClassName
{
color: #AAACA8;
}
.AnyTagClassName
{
color: #AAACA8;
}
</style>
background-color css
<style>
a { background-color: #AAACA8; }
a { background-color: rgb(170,172,168); }
div.DivClassName
{
background-color: #AAACA8;
}
.BgClassName
{
background-color: #AAACA8;
}
</style>
border-color css
<style>
span { border-color: #AAACA8; }
span { border-color: rgb(170,172,168); }
td.TdClassName
{
border-color: #AAACA8;
}
.TagClassName
{
border-color: #AAACA8;
}
</style>