Shades of Silver Chalice #AAB2A5
Tints of Silver Chalice #AAB2A5
RGB
CMYK
RGB Variations
Color information
#AAB2A5 (or 0xAAB2A5) is known color: Silver Chalice. HEX triplet: AA, B2 and A5. RGB value is (170,178,165). Sum of RGB (Red+Green+Blue) = 170+178+165=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2A5 is #554D5A. Grayscale: #AEAEAE. Windows color (decimal): -5590363 or 10859178. OLE color: 10859178.
HSL color Cylindrical-coordinate representation of color #AAB2A5: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB2A5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 165 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.30 |
| HSL | 96.92º | 0.08% | 0.67% | - |
| HSV(B) | 96.92º | 0.07% | 0.7% | - |
| XYZ | 39.29 | 43.1 | 41.85 | - |
| YUV | 174.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 165 | 0.04 | 0 | 0.07 | 0.30 | 96.92 | 0.08 | 0.67 |
| Hex | AA | B2 | A5 | 4 | 0 | 7 | 1E | 61 | 8 | 43 |
| Octal | 252 | 262 | 245 | 4 | 0 | 7 | 36 | 141 | 10 | 103 |
| Binary | 10101010 | 10110010 | 10100101 | 100 | 0 | 111 | 11110 | 1100001 | 1000 | 1000011 |
Color Harmonies of #AAB2A5
Complementary color
Monochromatic Colors of #AAB2A5
Black with #AAB2A5
Text Example
Text Example
White with #AAB2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2A5; }
p { color: rgb(170,178,165); }
H1.HeaderClassName
{
color: #AAB2A5;
}
.AnyTagClassName
{
color: #AAB2A5;
}
</style>
background-color css
<style>
a { background-color: #AAB2A5; }
a { background-color: rgb(170,178,165); }
div.DivClassName
{
background-color: #AAB2A5;
}
.BgClassName
{
background-color: #AAB2A5;
}
</style>
border-color css
<style>
span { border-color: #AAB2A5; }
span { border-color: rgb(170,178,165); }
td.TdClassName
{
border-color: #AAB2A5;
}
.TagClassName
{
border-color: #AAB2A5;
}
</style>