Shades of Silver Chalice #AAB3A3
Tints of Silver Chalice #AAB3A3
RGB
CMYK
RGB Variations
Color information
#AAB3A3 (or 0xAAB3A3) is known color: Silver Chalice. HEX triplet: AA, B3 and A3. RGB value is (170,179,163). Sum of RGB (Red+Green+Blue) = 170+179+163=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3A3 is #554C5C. Grayscale: #AEAEAE. Windows color (decimal): -5590109 or 10728362. OLE color: 10728362.
HSL color Cylindrical-coordinate representation of color #AAB3A3: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB3A3 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 163 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.30 |
| HSL | 93.75º | 0.1% | 0.67% | - |
| HSV(B) | 93.75º | 0.09% | 0.7% | - |
| XYZ | 39.31 | 43.43 | 40.96 | - |
| YUV | 174.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 163 | 0.05 | 0 | 0.09 | 0.30 | 93.75 | 0.1 | 0.67 |
| Hex | AA | B3 | A3 | 5 | 0 | 9 | 1E | 5E | A | 43 |
| Octal | 252 | 263 | 243 | 5 | 0 | 11 | 36 | 136 | 12 | 103 |
| Binary | 10101010 | 10110011 | 10100011 | 101 | 0 | 1001 | 11110 | 1011110 | 1010 | 1000011 |
Color Harmonies of #AAB3A3
Complementary color
Monochromatic Colors of #AAB3A3
Black with #AAB3A3
Text Example
Text Example
White with #AAB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3A3; }
p { color: rgb(170,179,163); }
H1.HeaderClassName
{
color: #AAB3A3;
}
.AnyTagClassName
{
color: #AAB3A3;
}
</style>
background-color css
<style>
a { background-color: #AAB3A3; }
a { background-color: rgb(170,179,163); }
div.DivClassName
{
background-color: #AAB3A3;
}
.BgClassName
{
background-color: #AAB3A3;
}
</style>
border-color css
<style>
span { border-color: #AAB3A3; }
span { border-color: rgb(170,179,163); }
td.TdClassName
{
border-color: #AAB3A3;
}
.TagClassName
{
border-color: #AAB3A3;
}
</style>