Shades of Silver Chalice #A7B19F
Tints of Silver Chalice #A7B19F
RGB
CMYK
RGB Variations
Color information
#A7B19F (or 0xA7B19F) is known color: Silver Chalice. HEX triplet: A7, B1 and 9F. RGB value is (167,177,159). Sum of RGB (Red+Green+Blue) = 167+177+159=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B19F is #584E60. Grayscale: #ACACAC. Windows color (decimal): -5787233 or 10465703. OLE color: 10465703.
HSL color Cylindrical-coordinate representation of color #A7B19F: hue angle of 93.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B19F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 159 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.31 |
| HSL | 93.33º | 0.1% | 0.66% | - |
| HSV(B) | 93.33º | 0.1% | 0.69% | - |
| XYZ | 37.92 | 42.16 | 38.94 | - |
| YUV | 171.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 159 | 0.06 | 0 | 0.10 | 0.31 | 93.33 | 0.1 | 0.66 |
| Hex | A7 | B1 | 9F | 6 | 0 | A | 1F | 5D | A | 42 |
| Octal | 247 | 261 | 237 | 6 | 0 | 12 | 37 | 135 | 12 | 102 |
| Binary | 10100111 | 10110001 | 10011111 | 110 | 0 | 1010 | 11111 | 1011101 | 1010 | 1000010 |
Color Harmonies of #A7B19F
Complementary color
Monochromatic Colors of #A7B19F
Black with #A7B19F
Text Example
Text Example
White with #A7B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B19F; }
p { color: rgb(167,177,159); }
H1.HeaderClassName
{
color: #A7B19F;
}
.AnyTagClassName
{
color: #A7B19F;
}
</style>
background-color css
<style>
a { background-color: #A7B19F; }
a { background-color: rgb(167,177,159); }
div.DivClassName
{
background-color: #A7B19F;
}
.BgClassName
{
background-color: #A7B19F;
}
</style>
border-color css
<style>
span { border-color: #A7B19F; }
span { border-color: rgb(167,177,159); }
td.TdClassName
{
border-color: #A7B19F;
}
.TagClassName
{
border-color: #A7B19F;
}
</style>