Shades of Silver Chalice #AAB0A2
Tints of Silver Chalice #AAB0A2
RGB
CMYK
RGB Variations
Color information
#AAB0A2 (or 0xAAB0A2) is known color: Silver Chalice. HEX triplet: AA, B0 and A2. RGB value is (170,176,162). Sum of RGB (Red+Green+Blue) = 170+176+162=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0A2 is #554F5D. Grayscale: #ACACAC. Windows color (decimal): -5590878 or 10662058. OLE color: 10662058.
HSL color Cylindrical-coordinate representation of color #AAB0A2: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB0A2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 162 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.31 |
| HSL | 85.71º | 0.08% | 0.66% | - |
| HSV(B) | 85.71º | 0.08% | 0.69% | - |
| XYZ | 38.62 | 42.21 | 40.29 | - |
| YUV | 172.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 162 | 0.03 | 0 | 0.08 | 0.31 | 85.71 | 0.08 | 0.66 |
| Hex | AA | B0 | A2 | 3 | 0 | 8 | 1F | 56 | 8 | 42 |
| Octal | 252 | 260 | 242 | 3 | 0 | 10 | 37 | 126 | 10 | 102 |
| Binary | 10101010 | 10110000 | 10100010 | 11 | 0 | 1000 | 11111 | 1010110 | 1000 | 1000010 |
Color Harmonies of #AAB0A2
Complementary color
Monochromatic Colors of #AAB0A2
Black with #AAB0A2
Text Example
Text Example
White with #AAB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0A2; }
p { color: rgb(170,176,162); }
H1.HeaderClassName
{
color: #AAB0A2;
}
.AnyTagClassName
{
color: #AAB0A2;
}
</style>
background-color css
<style>
a { background-color: #AAB0A2; }
a { background-color: rgb(170,176,162); }
div.DivClassName
{
background-color: #AAB0A2;
}
.BgClassName
{
background-color: #AAB0A2;
}
</style>
border-color css
<style>
span { border-color: #AAB0A2; }
span { border-color: rgb(170,176,162); }
td.TdClassName
{
border-color: #AAB0A2;
}
.TagClassName
{
border-color: #AAB0A2;
}
</style>