Shades of Silver Chalice #AAAEA8
Tints of Silver Chalice #AAAEA8
RGB
CMYK
RGB Variations
Color information
#AAAEA8 (or 0xAAAEA8) is known color: Silver Chalice. HEX triplet: AA, AE and A8. RGB value is (170,174,168). Sum of RGB (Red+Green+Blue) = 170+174+168=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA8 is #555157. Grayscale: #ACACAC. Windows color (decimal): -5591384 or 11054762. OLE color: 11054762.
HSL color Cylindrical-coordinate representation of color #AAAEA8: hue angle of 100º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAAEA8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 168 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.32 |
| HSL | 100º | 0.04% | 0.67% | - |
| HSV(B) | 100º | 0.03% | 0.68% | - |
| XYZ | 38.78 | 41.65 | 43.04 | - |
| YUV | 172.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 168 | 0.02 | 0 | 0.03 | 0.32 | 100 | 0.04 | 0.67 |
| Hex | AA | AE | A8 | 2 | 0 | 3 | 20 | 64 | 4 | 43 |
| Octal | 252 | 256 | 250 | 2 | 0 | 3 | 40 | 144 | 4 | 103 |
| Binary | 10101010 | 10101110 | 10101000 | 10 | 0 | 11 | 100000 | 1100100 | 100 | 1000011 |
Color Harmonies of #AAAEA8
Complementary color
Monochromatic Colors of #AAAEA8
Black with #AAAEA8
Text Example
Text Example
White with #AAAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEA8; }
p { color: rgb(170,174,168); }
H1.HeaderClassName
{
color: #AAAEA8;
}
.AnyTagClassName
{
color: #AAAEA8;
}
</style>
background-color css
<style>
a { background-color: #AAAEA8; }
a { background-color: rgb(170,174,168); }
div.DivClassName
{
background-color: #AAAEA8;
}
.BgClassName
{
background-color: #AAAEA8;
}
</style>
border-color css
<style>
span { border-color: #AAAEA8; }
span { border-color: rgb(170,174,168); }
td.TdClassName
{
border-color: #AAAEA8;
}
.TagClassName
{
border-color: #AAAEA8;
}
</style>