Shades of Silver Chalice #AAB4A2
Tints of Silver Chalice #AAB4A2
RGB
CMYK
RGB Variations
Color information
#AAB4A2 (or 0xAAB4A2) is known color: Silver Chalice. HEX triplet: AA, B4 and A2. RGB value is (170,180,162). Sum of RGB (Red+Green+Blue) = 170+180+162=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A2 is #554B5D. Grayscale: #AFAFAF. Windows color (decimal): -5589854 or 10663082. OLE color: 10663082.
HSL color Cylindrical-coordinate representation of color #AAB4A2: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB4A2 is Cyan = 0.06, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 162 | - |
| CMYK | 0.06 | 0 | 0.1 | 0.29 |
| HSL | 93.33º | 0.11% | 0.67% | - |
| HSV(B) | 93.33º | 0.1% | 0.71% | - |
| XYZ | 39.42 | 43.8 | 40.56 | - |
| YUV | 174.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 162 | 0.06 | 0 | 0.1 | 0.29 | 93.33 | 0.11 | 0.67 |
| Hex | AA | B4 | A2 | 6 | 0 | A | 1D | 5D | B | 43 |
| Octal | 252 | 264 | 242 | 6 | 0 | 12 | 35 | 135 | 13 | 103 |
| Binary | 10101010 | 10110100 | 10100010 | 110 | 0 | 1010 | 11101 | 1011101 | 1011 | 1000011 |
Color Harmonies of #AAB4A2
Complementary color
Monochromatic Colors of #AAB4A2
Black with #AAB4A2
Text Example
Text Example
White with #AAB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4A2; }
p { color: rgb(170,180,162); }
H1.HeaderClassName
{
color: #AAB4A2;
}
.AnyTagClassName
{
color: #AAB4A2;
}
</style>
background-color css
<style>
a { background-color: #AAB4A2; }
a { background-color: rgb(170,180,162); }
div.DivClassName
{
background-color: #AAB4A2;
}
.BgClassName
{
background-color: #AAB4A2;
}
</style>
border-color css
<style>
span { border-color: #AAB4A2; }
span { border-color: rgb(170,180,162); }
td.TdClassName
{
border-color: #AAB4A2;
}
.TagClassName
{
border-color: #AAB4A2;
}
</style>