Shades of Silver Chalice #A7B09E
Tints of Silver Chalice #A7B09E
RGB
CMYK
RGB Variations
Color information
#A7B09E (or 0xA7B09E) is known color: Silver Chalice. HEX triplet: A7, B0 and 9E. RGB value is (167,176,158). Sum of RGB (Red+Green+Blue) = 167+176+158=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B09E is #584F61. Grayscale: #ABABAB. Windows color (decimal): -5787490 or 10399911. OLE color: 10399911.
HSL color Cylindrical-coordinate representation of color #A7B09E: hue angle of 90º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B09E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 158 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.31 |
| HSL | 90º | 0.1% | 0.65% | - |
| HSV(B) | 90º | 0.1% | 0.69% | - |
| XYZ | 37.63 | 41.73 | 38.42 | - |
| YUV | 171.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 158 | 0.05 | 0 | 0.10 | 0.31 | 90 | 0.1 | 0.65 |
| Hex | A7 | B0 | 9E | 5 | 0 | A | 1F | 5A | A | 41 |
| Octal | 247 | 260 | 236 | 5 | 0 | 12 | 37 | 132 | 12 | 101 |
| Binary | 10100111 | 10110000 | 10011110 | 101 | 0 | 1010 | 11111 | 1011010 | 1010 | 1000001 |
Color Harmonies of #A7B09E
Complementary color
Monochromatic Colors of #A7B09E
Black with #A7B09E
Text Example
Text Example
White with #A7B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B09E; }
p { color: rgb(167,176,158); }
H1.HeaderClassName
{
color: #A7B09E;
}
.AnyTagClassName
{
color: #A7B09E;
}
</style>
background-color css
<style>
a { background-color: #A7B09E; }
a { background-color: rgb(167,176,158); }
div.DivClassName
{
background-color: #A7B09E;
}
.BgClassName
{
background-color: #A7B09E;
}
</style>
border-color css
<style>
span { border-color: #A7B09E; }
span { border-color: rgb(167,176,158); }
td.TdClassName
{
border-color: #A7B09E;
}
.TagClassName
{
border-color: #A7B09E;
}
</style>