Shades of Silver Chalice #A4AB9D
Tints of Silver Chalice #A4AB9D
RGB
CMYK
RGB Variations
Color information
#A4AB9D (or 0xA4AB9D) is known color: Silver Chalice. HEX triplet: A4, AB and 9D. RGB value is (164,171,157). Sum of RGB (Red+Green+Blue) = 164+171+157=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB9D is #5B5462. Grayscale: #A7A7A7. Windows color (decimal): -5985379 or 10333092. OLE color: 10333092.
HSL color Cylindrical-coordinate representation of color #A4AB9D: hue angle of 90º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4AB9D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 157 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.33 |
| HSL | 90º | 0.08% | 0.64% | - |
| HSV(B) | 90º | 0.08% | 0.67% | - |
| XYZ | 35.96 | 39.45 | 37.62 | - |
| YUV | 167.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 157 | 0.04 | 0 | 0.08 | 0.33 | 90 | 0.08 | 0.64 |
| Hex | A4 | AB | 9D | 4 | 0 | 8 | 21 | 5A | 8 | 40 |
| Octal | 244 | 253 | 235 | 4 | 0 | 10 | 41 | 132 | 10 | 100 |
| Binary | 10100100 | 10101011 | 10011101 | 100 | 0 | 1000 | 100001 | 1011010 | 1000 | 1000000 |
Color Harmonies of #A4AB9D
Complementary color
Monochromatic Colors of #A4AB9D
Black with #A4AB9D
Text Example
Text Example
White with #A4AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB9D; }
p { color: rgb(164,171,157); }
H1.HeaderClassName
{
color: #A4AB9D;
}
.AnyTagClassName
{
color: #A4AB9D;
}
</style>
background-color css
<style>
a { background-color: #A4AB9D; }
a { background-color: rgb(164,171,157); }
div.DivClassName
{
background-color: #A4AB9D;
}
.BgClassName
{
background-color: #A4AB9D;
}
</style>
border-color css
<style>
span { border-color: #A4AB9D; }
span { border-color: rgb(164,171,157); }
td.TdClassName
{
border-color: #A4AB9D;
}
.TagClassName
{
border-color: #A4AB9D;
}
</style>