Shades of Silver Chalice #AAB3A0
Tints of Silver Chalice #AAB3A0
RGB
CMYK
RGB Variations
Color information
#AAB3A0 (or 0xAAB3A0) is known color: Silver Chalice. HEX triplet: AA, B3 and A0. RGB value is (170,179,160). Sum of RGB (Red+Green+Blue) = 170+179+160=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3A0 is #554C5F. Grayscale: #AEAEAE. Windows color (decimal): -5590112 or 10531754. OLE color: 10531754.
HSL color Cylindrical-coordinate representation of color #AAB3A0: hue angle of 88.42º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB3A0 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 160 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.30 |
| HSL | 88.42º | 0.11% | 0.66% | - |
| HSV(B) | 88.42º | 0.11% | 0.7% | - |
| XYZ | 39.04 | 43.32 | 39.56 | - |
| YUV | 174.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 160 | 0.05 | 0 | 0.11 | 0.30 | 88.42 | 0.11 | 0.66 |
| Hex | AA | B3 | A0 | 5 | 0 | B | 1E | 58 | B | 42 |
| Octal | 252 | 263 | 240 | 5 | 0 | 13 | 36 | 130 | 13 | 102 |
| Binary | 10101010 | 10110011 | 10100000 | 101 | 0 | 1011 | 11110 | 1011000 | 1011 | 1000010 |
Color Harmonies of #AAB3A0
Complementary color
Monochromatic Colors of #AAB3A0
Black with #AAB3A0
Text Example
Text Example
White with #AAB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3A0; }
p { color: rgb(170,179,160); }
H1.HeaderClassName
{
color: #AAB3A0;
}
.AnyTagClassName
{
color: #AAB3A0;
}
</style>
background-color css
<style>
a { background-color: #AAB3A0; }
a { background-color: rgb(170,179,160); }
div.DivClassName
{
background-color: #AAB3A0;
}
.BgClassName
{
background-color: #AAB3A0;
}
</style>
border-color css
<style>
span { border-color: #AAB3A0; }
span { border-color: rgb(170,179,160); }
td.TdClassName
{
border-color: #AAB3A0;
}
.TagClassName
{
border-color: #AAB3A0;
}
</style>