Shades of Silver Chalice #A7B09D
Tints of Silver Chalice #A7B09D
RGB
CMYK
RGB Variations
Color information
#A7B09D (or 0xA7B09D) is known color: Silver Chalice. HEX triplet: A7, B0 and 9D. RGB value is (167,176,157). Sum of RGB (Red+Green+Blue) = 167+176+157=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B09D is #584F62. Grayscale: #ABABAB. Windows color (decimal): -5787491 or 10334375. OLE color: 10334375.
HSL color Cylindrical-coordinate representation of color #A7B09D: hue angle of 88.42º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7B09D is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 157 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.31 |
| HSL | 88.42º | 0.11% | 0.65% | - |
| HSV(B) | 88.42º | 0.11% | 0.69% | - |
| XYZ | 37.55 | 41.7 | 37.97 | - |
| YUV | 171.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 157 | 0.05 | 0 | 0.11 | 0.31 | 88.42 | 0.11 | 0.65 |
| Hex | A7 | B0 | 9D | 5 | 0 | B | 1F | 58 | B | 41 |
| Octal | 247 | 260 | 235 | 5 | 0 | 13 | 37 | 130 | 13 | 101 |
| Binary | 10100111 | 10110000 | 10011101 | 101 | 0 | 1011 | 11111 | 1011000 | 1011 | 1000001 |
Color Harmonies of #A7B09D
Complementary color
Monochromatic Colors of #A7B09D
Black with #A7B09D
Text Example
Text Example
White with #A7B09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B09D; }
p { color: rgb(167,176,157); }
H1.HeaderClassName
{
color: #A7B09D;
}
.AnyTagClassName
{
color: #A7B09D;
}
</style>
background-color css
<style>
a { background-color: #A7B09D; }
a { background-color: rgb(167,176,157); }
div.DivClassName
{
background-color: #A7B09D;
}
.BgClassName
{
background-color: #A7B09D;
}
</style>
border-color css
<style>
span { border-color: #A7B09D; }
span { border-color: rgb(167,176,157); }
td.TdClassName
{
border-color: #A7B09D;
}
.TagClassName
{
border-color: #A7B09D;
}
</style>