Shades of Silver Chalice #A8B2A1
Tints of Silver Chalice #A8B2A1
RGB
CMYK
RGB Variations
Color information
#A8B2A1 (or 0xA8B2A1) is known color: Silver Chalice. HEX triplet: A8, B2 and A1. RGB value is (168,178,161). Sum of RGB (Red+Green+Blue) = 168+178+161=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B2A1 is #574D5E. Grayscale: #ADADAD. Windows color (decimal): -5721439 or 10597032. OLE color: 10597032.
HSL color Cylindrical-coordinate representation of color #A8B2A1: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8B2A1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 161 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.30 |
| HSL | 95.29º | 0.1% | 0.66% | - |
| HSV(B) | 95.29º | 0.1% | 0.7% | - |
| XYZ | 38.5 | 42.74 | 39.94 | - |
| YUV | 173.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 161 | 0.06 | 0 | 0.10 | 0.30 | 95.29 | 0.1 | 0.66 |
| Hex | A8 | B2 | A1 | 6 | 0 | A | 1E | 5F | A | 42 |
| Octal | 250 | 262 | 241 | 6 | 0 | 12 | 36 | 137 | 12 | 102 |
| Binary | 10101000 | 10110010 | 10100001 | 110 | 0 | 1010 | 11110 | 1011111 | 1010 | 1000010 |
Color Harmonies of #A8B2A1
Complementary color
Monochromatic Colors of #A8B2A1
Black with #A8B2A1
Text Example
Text Example
White with #A8B2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2A1; }
p { color: rgb(168,178,161); }
H1.HeaderClassName
{
color: #A8B2A1;
}
.AnyTagClassName
{
color: #A8B2A1;
}
</style>
background-color css
<style>
a { background-color: #A8B2A1; }
a { background-color: rgb(168,178,161); }
div.DivClassName
{
background-color: #A8B2A1;
}
.BgClassName
{
background-color: #A8B2A1;
}
</style>
border-color css
<style>
span { border-color: #A8B2A1; }
span { border-color: rgb(168,178,161); }
td.TdClassName
{
border-color: #A8B2A1;
}
.TagClassName
{
border-color: #A8B2A1;
}
</style>