Shades of Silver Chalice #A4A9A0
Tints of Silver Chalice #A4A9A0
RGB
CMYK
RGB Variations
Color information
#A4A9A0 (or 0xA4A9A0) is known color: Silver Chalice. HEX triplet: A4, A9 and A0. RGB value is (164,169,160). Sum of RGB (Red+Green+Blue) = 164+169+160=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A9A0 is #5B565F. Grayscale: #A6A6A6. Windows color (decimal): -5985888 or 10529188. OLE color: 10529188.
HSL color Cylindrical-coordinate representation of color #A4A9A0: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A9A0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 160 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.34 |
| HSL | 93.33º | 0.05% | 0.65% | - |
| HSV(B) | 93.33º | 0.05% | 0.66% | - |
| XYZ | 35.84 | 38.81 | 38.86 | - |
| YUV | 166.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 160 | 0.03 | 0 | 0.05 | 0.34 | 93.33 | 0.05 | 0.65 |
| Hex | A4 | A9 | A0 | 3 | 0 | 5 | 22 | 5D | 5 | 41 |
| Octal | 244 | 251 | 240 | 3 | 0 | 5 | 42 | 135 | 5 | 101 |
| Binary | 10100100 | 10101001 | 10100000 | 11 | 0 | 101 | 100010 | 1011101 | 101 | 1000001 |
Color Harmonies of #A4A9A0
Complementary color
Monochromatic Colors of #A4A9A0
Black with #A4A9A0
Text Example
Text Example
White with #A4A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A9A0; }
p { color: rgb(164,169,160); }
H1.HeaderClassName
{
color: #A4A9A0;
}
.AnyTagClassName
{
color: #A4A9A0;
}
</style>
background-color css
<style>
a { background-color: #A4A9A0; }
a { background-color: rgb(164,169,160); }
div.DivClassName
{
background-color: #A4A9A0;
}
.BgClassName
{
background-color: #A4A9A0;
}
</style>
border-color css
<style>
span { border-color: #A4A9A0; }
span { border-color: rgb(164,169,160); }
td.TdClassName
{
border-color: #A4A9A0;
}
.TagClassName
{
border-color: #A4A9A0;
}
</style>