Shades of Silver Chalice #A8B29C
Tints of Silver Chalice #A8B29C
RGB
CMYK
RGB Variations
Color information
#A8B29C (or 0xA8B29C) is known color: Silver Chalice. HEX triplet: A8, B2 and 9C. RGB value is (168,178,156). Sum of RGB (Red+Green+Blue) = 168+178+156=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B29C is #574D63. Grayscale: #ACACAC. Windows color (decimal): -5721444 or 10269352. OLE color: 10269352.
HSL color Cylindrical-coordinate representation of color #A8B29C: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B29C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 156 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.30 |
| HSL | 87.27º | 0.13% | 0.65% | - |
| HSV(B) | 87.27º | 0.12% | 0.7% | - |
| XYZ | 38.07 | 42.57 | 37.66 | - |
| YUV | 172.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 156 | 0.06 | 0 | 0.12 | 0.30 | 87.27 | 0.13 | 0.65 |
| Hex | A8 | B2 | 9C | 6 | 0 | C | 1E | 57 | C | 41 |
| Octal | 250 | 262 | 234 | 6 | 0 | 14 | 36 | 127 | 14 | 101 |
| Binary | 10101000 | 10110010 | 10011100 | 110 | 0 | 1100 | 11110 | 1010111 | 1100 | 1000001 |
Color Harmonies of #A8B29C
Complementary color
Monochromatic Colors of #A8B29C
Black with #A8B29C
Text Example
Text Example
White with #A8B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B29C; }
p { color: rgb(168,178,156); }
H1.HeaderClassName
{
color: #A8B29C;
}
.AnyTagClassName
{
color: #A8B29C;
}
</style>
background-color css
<style>
a { background-color: #A8B29C; }
a { background-color: rgb(168,178,156); }
div.DivClassName
{
background-color: #A8B29C;
}
.BgClassName
{
background-color: #A8B29C;
}
</style>
border-color css
<style>
span { border-color: #A8B29C; }
span { border-color: rgb(168,178,156); }
td.TdClassName
{
border-color: #A8B29C;
}
.TagClassName
{
border-color: #A8B29C;
}
</style>