Shades of Silver Chalice #AAB4A3
Tints of Silver Chalice #AAB4A3
RGB
CMYK
RGB Variations
Color information
#AAB4A3 (or 0xAAB4A3) is known color: Silver Chalice. HEX triplet: AA, B4 and A3. RGB value is (170,180,163). Sum of RGB (Red+Green+Blue) = 170+180+163=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB4A3 is #554B5C. Grayscale: #AFAFAF. Windows color (decimal): -5589853 or 10728618. OLE color: 10728618.
HSL color Cylindrical-coordinate representation of color #AAB4A3: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB4A3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 163 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.29 |
| HSL | 95.29º | 0.1% | 0.67% | - |
| HSV(B) | 95.29º | 0.09% | 0.71% | - |
| XYZ | 39.51 | 43.83 | 41.03 | - |
| YUV | 175.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 163 | 0.06 | 0 | 0.09 | 0.29 | 95.29 | 0.1 | 0.67 |
| Hex | AA | B4 | A3 | 6 | 0 | 9 | 1D | 5F | A | 43 |
| Octal | 252 | 264 | 243 | 6 | 0 | 11 | 35 | 137 | 12 | 103 |
| Binary | 10101010 | 10110100 | 10100011 | 110 | 0 | 1001 | 11101 | 1011111 | 1010 | 1000011 |
Color Harmonies of #AAB4A3
Complementary color
Monochromatic Colors of #AAB4A3
Black with #AAB4A3
Text Example
Text Example
White with #AAB4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4A3; }
p { color: rgb(170,180,163); }
H1.HeaderClassName
{
color: #AAB4A3;
}
.AnyTagClassName
{
color: #AAB4A3;
}
</style>
background-color css
<style>
a { background-color: #AAB4A3; }
a { background-color: rgb(170,180,163); }
div.DivClassName
{
background-color: #AAB4A3;
}
.BgClassName
{
background-color: #AAB4A3;
}
</style>
border-color css
<style>
span { border-color: #AAB4A3; }
span { border-color: rgb(170,180,163); }
td.TdClassName
{
border-color: #AAB4A3;
}
.TagClassName
{
border-color: #AAB4A3;
}
</style>