Shades of Silver Chalice #A5ABA1
Tints of Silver Chalice #A5ABA1
RGB
CMYK
RGB Variations
Color information
#A5ABA1 (or 0xA5ABA1) is known color: Silver Chalice. HEX triplet: A5, AB and A1. RGB value is (165,171,161). Sum of RGB (Red+Green+Blue) = 165+171+161=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA1 is #5A545E. Grayscale: #A8A8A8. Windows color (decimal): -5919839 or 10595237. OLE color: 10595237.
HSL color Cylindrical-coordinate representation of color #A5ABA1: hue angle of 96º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5ABA1 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 161 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.33 |
| HSL | 96º | 0.06% | 0.65% | - |
| HSV(B) | 96º | 0.06% | 0.67% | - |
| XYZ | 36.51 | 39.7 | 39.46 | - |
| YUV | 168.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 161 | 0.04 | 0 | 0.06 | 0.33 | 96 | 0.06 | 0.65 |
| Hex | A5 | AB | A1 | 4 | 0 | 6 | 21 | 60 | 6 | 41 |
| Octal | 245 | 253 | 241 | 4 | 0 | 6 | 41 | 140 | 6 | 101 |
| Binary | 10100101 | 10101011 | 10100001 | 100 | 0 | 110 | 100001 | 1100000 | 110 | 1000001 |
Color Harmonies of #A5ABA1
Complementary color
Monochromatic Colors of #A5ABA1
Black with #A5ABA1
Text Example
Text Example
White with #A5ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABA1; }
p { color: rgb(165,171,161); }
H1.HeaderClassName
{
color: #A5ABA1;
}
.AnyTagClassName
{
color: #A5ABA1;
}
</style>
background-color css
<style>
a { background-color: #A5ABA1; }
a { background-color: rgb(165,171,161); }
div.DivClassName
{
background-color: #A5ABA1;
}
.BgClassName
{
background-color: #A5ABA1;
}
</style>
border-color css
<style>
span { border-color: #A5ABA1; }
span { border-color: rgb(165,171,161); }
td.TdClassName
{
border-color: #A5ABA1;
}
.TagClassName
{
border-color: #A5ABA1;
}
</style>