Shades of Silver Chalice #AAB3A1
Tints of Silver Chalice #AAB3A1
RGB
CMYK
RGB Variations
Color information
#AAB3A1 (or 0xAAB3A1) is known color: Silver Chalice. HEX triplet: AA, B3 and A1. RGB value is (170,179,161). Sum of RGB (Red+Green+Blue) = 170+179+161=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3A1 is #554C5E. Grayscale: #AEAEAE. Windows color (decimal): -5590111 or 10597290. OLE color: 10597290.
HSL color Cylindrical-coordinate representation of color #AAB3A1: hue angle of 90º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB3A1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 161 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.30 |
| HSL | 90º | 0.11% | 0.67% | - |
| HSV(B) | 90º | 0.1% | 0.7% | - |
| XYZ | 39.13 | 43.36 | 40.03 | - |
| YUV | 174.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 161 | 0.05 | 0 | 0.10 | 0.30 | 90 | 0.11 | 0.67 |
| Hex | AA | B3 | A1 | 5 | 0 | A | 1E | 5A | B | 43 |
| Octal | 252 | 263 | 241 | 5 | 0 | 12 | 36 | 132 | 13 | 103 |
| Binary | 10101010 | 10110011 | 10100001 | 101 | 0 | 1010 | 11110 | 1011010 | 1011 | 1000011 |
Color Harmonies of #AAB3A1
Complementary color
Monochromatic Colors of #AAB3A1
Black with #AAB3A1
Text Example
Text Example
White with #AAB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3A1; }
p { color: rgb(170,179,161); }
H1.HeaderClassName
{
color: #AAB3A1;
}
.AnyTagClassName
{
color: #AAB3A1;
}
</style>
background-color css
<style>
a { background-color: #AAB3A1; }
a { background-color: rgb(170,179,161); }
div.DivClassName
{
background-color: #AAB3A1;
}
.BgClassName
{
background-color: #AAB3A1;
}
</style>
border-color css
<style>
span { border-color: #AAB3A1; }
span { border-color: rgb(170,179,161); }
td.TdClassName
{
border-color: #AAB3A1;
}
.TagClassName
{
border-color: #AAB3A1;
}
</style>