Shades of Silver Chalice #AAAEA3
Tints of Silver Chalice #AAAEA3
RGB
CMYK
RGB Variations
Color information
#AAAEA3 (or 0xAAAEA3) is known color: Silver Chalice. HEX triplet: AA, AE and A3. RGB value is (170,174,163). Sum of RGB (Red+Green+Blue) = 170+174+163=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA3 is #55515C. Grayscale: #ABABAB. Windows color (decimal): -5591389 or 10727082. OLE color: 10727082.
HSL color Cylindrical-coordinate representation of color #AAAEA3: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAAEA3 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 163 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.32 |
| HSL | 81.82º | 0.06% | 0.66% | - |
| HSV(B) | 81.82º | 0.06% | 0.68% | - |
| XYZ | 38.32 | 41.46 | 40.63 | - |
| YUV | 171.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 163 | 0.02 | 0 | 0.06 | 0.32 | 81.82 | 0.06 | 0.66 |
| Hex | AA | AE | A3 | 2 | 0 | 6 | 20 | 52 | 6 | 42 |
| Octal | 252 | 256 | 243 | 2 | 0 | 6 | 40 | 122 | 6 | 102 |
| Binary | 10101010 | 10101110 | 10100011 | 10 | 0 | 110 | 100000 | 1010010 | 110 | 1000010 |
Color Harmonies of #AAAEA3
Complementary color
Monochromatic Colors of #AAAEA3
Black with #AAAEA3
Text Example
Text Example
White with #AAAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEA3; }
p { color: rgb(170,174,163); }
H1.HeaderClassName
{
color: #AAAEA3;
}
.AnyTagClassName
{
color: #AAAEA3;
}
</style>
background-color css
<style>
a { background-color: #AAAEA3; }
a { background-color: rgb(170,174,163); }
div.DivClassName
{
background-color: #AAAEA3;
}
.BgClassName
{
background-color: #AAAEA3;
}
</style>
border-color css
<style>
span { border-color: #AAAEA3; }
span { border-color: rgb(170,174,163); }
td.TdClassName
{
border-color: #AAAEA3;
}
.TagClassName
{
border-color: #AAAEA3;
}
</style>