Shades of Silver Chalice #AAB3A4
Tints of Silver Chalice #AAB3A4
RGB
CMYK
RGB Variations
Color information
#AAB3A4 (or 0xAAB3A4) is known color: Silver Chalice. HEX triplet: AA, B3 and A4. RGB value is (170,179,164). Sum of RGB (Red+Green+Blue) = 170+179+164=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3A4 is #554C5B. Grayscale: #AEAEAE. Windows color (decimal): -5590108 or 10793898. OLE color: 10793898.
HSL color Cylindrical-coordinate representation of color #AAB3A4: hue angle of 96º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB3A4 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 164 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.30 |
| HSL | 96º | 0.09% | 0.67% | - |
| HSV(B) | 96º | 0.08% | 0.7% | - |
| XYZ | 39.4 | 43.47 | 41.44 | - |
| YUV | 174.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 164 | 0.05 | 0 | 0.08 | 0.30 | 96 | 0.09 | 0.67 |
| Hex | AA | B3 | A4 | 5 | 0 | 8 | 1E | 60 | 9 | 43 |
| Octal | 252 | 263 | 244 | 5 | 0 | 10 | 36 | 140 | 11 | 103 |
| Binary | 10101010 | 10110011 | 10100100 | 101 | 0 | 1000 | 11110 | 1100000 | 1001 | 1000011 |
Color Harmonies of #AAB3A4
Complementary color
Monochromatic Colors of #AAB3A4
Black with #AAB3A4
Text Example
Text Example
White with #AAB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3A4; }
p { color: rgb(170,179,164); }
H1.HeaderClassName
{
color: #AAB3A4;
}
.AnyTagClassName
{
color: #AAB3A4;
}
</style>
background-color css
<style>
a { background-color: #AAB3A4; }
a { background-color: rgb(170,179,164); }
div.DivClassName
{
background-color: #AAB3A4;
}
.BgClassName
{
background-color: #AAB3A4;
}
</style>
border-color css
<style>
span { border-color: #AAB3A4; }
span { border-color: rgb(170,179,164); }
td.TdClassName
{
border-color: #AAB3A4;
}
.TagClassName
{
border-color: #AAB3A4;
}
</style>