Shades of Silver Chalice #AAB0A5
Tints of Silver Chalice #AAB0A5
RGB
CMYK
RGB Variations
Color information
#AAB0A5 (or 0xAAB0A5) is known color: Silver Chalice. HEX triplet: AA, B0 and A5. RGB value is (170,176,165). Sum of RGB (Red+Green+Blue) = 170+176+165=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0A5 is #554F5A. Grayscale: #ACACAC. Windows color (decimal): -5590875 or 10858666. OLE color: 10858666.
HSL color Cylindrical-coordinate representation of color #AAB0A5: hue angle of 92.73º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB0A5 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 165 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.31 |
| HSL | 92.73º | 0.07% | 0.67% | - |
| HSV(B) | 92.73º | 0.06% | 0.69% | - |
| XYZ | 38.89 | 42.31 | 41.71 | - |
| YUV | 172.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 165 | 0.03 | 0 | 0.06 | 0.31 | 92.73 | 0.07 | 0.67 |
| Hex | AA | B0 | A5 | 3 | 0 | 6 | 1F | 5D | 7 | 43 |
| Octal | 252 | 260 | 245 | 3 | 0 | 6 | 37 | 135 | 7 | 103 |
| Binary | 10101010 | 10110000 | 10100101 | 11 | 0 | 110 | 11111 | 1011101 | 111 | 1000011 |
Color Harmonies of #AAB0A5
Complementary color
Monochromatic Colors of #AAB0A5
Black with #AAB0A5
Text Example
Text Example
White with #AAB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0A5; }
p { color: rgb(170,176,165); }
H1.HeaderClassName
{
color: #AAB0A5;
}
.AnyTagClassName
{
color: #AAB0A5;
}
</style>
background-color css
<style>
a { background-color: #AAB0A5; }
a { background-color: rgb(170,176,165); }
div.DivClassName
{
background-color: #AAB0A5;
}
.BgClassName
{
background-color: #AAB0A5;
}
</style>
border-color css
<style>
span { border-color: #AAB0A5; }
span { border-color: rgb(170,176,165); }
td.TdClassName
{
border-color: #AAB0A5;
}
.TagClassName
{
border-color: #AAB0A5;
}
</style>