Shades of Silver Chalice #A4A89F
Tints of Silver Chalice #A4A89F
RGB
CMYK
RGB Variations
Color information
#A4A89F (or 0xA4A89F) is known color: Silver Chalice. HEX triplet: A4, A8 and 9F. RGB value is (164,168,159). Sum of RGB (Red+Green+Blue) = 164+168+159=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A89F is #5B5760. Grayscale: #A5A5A5. Windows color (decimal): -5986145 or 10463396. OLE color: 10463396.
HSL color Cylindrical-coordinate representation of color #A4A89F: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4A89F is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 159 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.34 |
| HSL | 86.67º | 0.05% | 0.64% | - |
| HSV(B) | 86.67º | 0.05% | 0.66% | - |
| XYZ | 35.57 | 38.4 | 38.34 | - |
| YUV | 165.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 159 | 0.02 | 0 | 0.05 | 0.34 | 86.67 | 0.05 | 0.64 |
| Hex | A4 | A8 | 9F | 2 | 0 | 5 | 22 | 57 | 5 | 40 |
| Octal | 244 | 250 | 237 | 2 | 0 | 5 | 42 | 127 | 5 | 100 |
| Binary | 10100100 | 10101000 | 10011111 | 10 | 0 | 101 | 100010 | 1010111 | 101 | 1000000 |
Color Harmonies of #A4A89F
Complementary color
Monochromatic Colors of #A4A89F
Black with #A4A89F
Text Example
Text Example
White with #A4A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A89F; }
p { color: rgb(164,168,159); }
H1.HeaderClassName
{
color: #A4A89F;
}
.AnyTagClassName
{
color: #A4A89F;
}
</style>
background-color css
<style>
a { background-color: #A4A89F; }
a { background-color: rgb(164,168,159); }
div.DivClassName
{
background-color: #A4A89F;
}
.BgClassName
{
background-color: #A4A89F;
}
</style>
border-color css
<style>
span { border-color: #A4A89F; }
span { border-color: rgb(164,168,159); }
td.TdClassName
{
border-color: #A4A89F;
}
.TagClassName
{
border-color: #A4A89F;
}
</style>