Shades of Silver Chalice #A5AB9D
Tints of Silver Chalice #A5AB9D
RGB
CMYK
RGB Variations
Color information
#A5AB9D (or 0xA5AB9D) is known color: Silver Chalice. HEX triplet: A5, AB and 9D. RGB value is (165,171,157). Sum of RGB (Red+Green+Blue) = 165+171+157=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AB9D is #5A5462. Grayscale: #A7A7A7. Windows color (decimal): -5919843 or 10333093. OLE color: 10333093.
HSL color Cylindrical-coordinate representation of color #A5AB9D: hue angle of 85.71º 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 #A5AB9D is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 157 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.33 |
| HSL | 85.71º | 0.08% | 0.64% | - |
| HSV(B) | 85.71º | 0.08% | 0.67% | - |
| XYZ | 36.17 | 39.56 | 37.63 | - |
| YUV | 167.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 157 | 0.04 | 0 | 0.08 | 0.33 | 85.71 | 0.08 | 0.64 |
| Hex | A5 | AB | 9D | 4 | 0 | 8 | 21 | 56 | 8 | 40 |
| Octal | 245 | 253 | 235 | 4 | 0 | 10 | 41 | 126 | 10 | 100 |
| Binary | 10100101 | 10101011 | 10011101 | 100 | 0 | 1000 | 100001 | 1010110 | 1000 | 1000000 |
Color Harmonies of #A5AB9D
Complementary color
Monochromatic Colors of #A5AB9D
Black with #A5AB9D
Text Example
Text Example
White with #A5AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB9D; }
p { color: rgb(165,171,157); }
H1.HeaderClassName
{
color: #A5AB9D;
}
.AnyTagClassName
{
color: #A5AB9D;
}
</style>
background-color css
<style>
a { background-color: #A5AB9D; }
a { background-color: rgb(165,171,157); }
div.DivClassName
{
background-color: #A5AB9D;
}
.BgClassName
{
background-color: #A5AB9D;
}
</style>
border-color css
<style>
span { border-color: #A5AB9D; }
span { border-color: rgb(165,171,157); }
td.TdClassName
{
border-color: #A5AB9D;
}
.TagClassName
{
border-color: #A5AB9D;
}
</style>