Shades of Silver Chalice #AAB1A2
Tints of Silver Chalice #AAB1A2
RGB
CMYK
RGB Variations
Color information
#AAB1A2 (or 0xAAB1A2) is known color: Silver Chalice. HEX triplet: AA, B1 and A2. RGB value is (170,177,162). Sum of RGB (Red+Green+Blue) = 170+177+162=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1A2 is #554E5D. Grayscale: #ADADAD. Windows color (decimal): -5590622 or 10662314. OLE color: 10662314.
HSL color Cylindrical-coordinate representation of color #AAB1A2: hue angle of 88º degrees, saturation: 0.09, 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 #AAB1A2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 162 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.31 |
| HSL | 88º | 0.09% | 0.66% | - |
| HSV(B) | 88º | 0.08% | 0.69% | - |
| XYZ | 38.82 | 42.6 | 40.36 | - |
| YUV | 173.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 162 | 0.04 | 0 | 0.08 | 0.31 | 88 | 0.09 | 0.66 |
| Hex | AA | B1 | A2 | 4 | 0 | 8 | 1F | 58 | 9 | 42 |
| Octal | 252 | 261 | 242 | 4 | 0 | 10 | 37 | 130 | 11 | 102 |
| Binary | 10101010 | 10110001 | 10100010 | 100 | 0 | 1000 | 11111 | 1011000 | 1001 | 1000010 |
Color Harmonies of #AAB1A2
Complementary color
Monochromatic Colors of #AAB1A2
Black with #AAB1A2
Text Example
Text Example
White with #AAB1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1A2; }
p { color: rgb(170,177,162); }
H1.HeaderClassName
{
color: #AAB1A2;
}
.AnyTagClassName
{
color: #AAB1A2;
}
</style>
background-color css
<style>
a { background-color: #AAB1A2; }
a { background-color: rgb(170,177,162); }
div.DivClassName
{
background-color: #AAB1A2;
}
.BgClassName
{
background-color: #AAB1A2;
}
</style>
border-color css
<style>
span { border-color: #AAB1A2; }
span { border-color: rgb(170,177,162); }
td.TdClassName
{
border-color: #AAB1A2;
}
.TagClassName
{
border-color: #AAB1A2;
}
</style>