Shades of Silver Chalice #AAB59E
Tints of Silver Chalice #AAB59E
RGB
CMYK
RGB Variations
Color information
#AAB59E (or 0xAAB59E) is known color: Silver Chalice. HEX triplet: AA, B5 and 9E. RGB value is (170,181,158). Sum of RGB (Red+Green+Blue) = 170+181+158=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB59E is #554A61. Grayscale: #AFAFAF. Windows color (decimal): -5589602 or 10401194. OLE color: 10401194.
HSL color Cylindrical-coordinate representation of color #AAB59E: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB59E is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 158 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.29 |
| HSL | 88.7º | 0.13% | 0.66% | - |
| HSV(B) | 88.7º | 0.13% | 0.71% | - |
| XYZ | 39.27 | 44.06 | 38.78 | - |
| YUV | 175.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 158 | 0.06 | 0 | 0.13 | 0.29 | 88.7 | 0.13 | 0.66 |
| Hex | AA | B5 | 9E | 6 | 0 | D | 1D | 59 | D | 42 |
| Octal | 252 | 265 | 236 | 6 | 0 | 15 | 35 | 131 | 15 | 102 |
| Binary | 10101010 | 10110101 | 10011110 | 110 | 0 | 1101 | 11101 | 1011001 | 1101 | 1000010 |
Color Harmonies of #AAB59E
Complementary color
Monochromatic Colors of #AAB59E
Black with #AAB59E
Text Example
Text Example
White with #AAB59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB59E; }
p { color: rgb(170,181,158); }
H1.HeaderClassName
{
color: #AAB59E;
}
.AnyTagClassName
{
color: #AAB59E;
}
</style>
background-color css
<style>
a { background-color: #AAB59E; }
a { background-color: rgb(170,181,158); }
div.DivClassName
{
background-color: #AAB59E;
}
.BgClassName
{
background-color: #AAB59E;
}
</style>
border-color css
<style>
span { border-color: #AAB59E; }
span { border-color: rgb(170,181,158); }
td.TdClassName
{
border-color: #AAB59E;
}
.TagClassName
{
border-color: #AAB59E;
}
</style>