Shades of Silver Chalice #ABB89F
Tints of Silver Chalice #ABB89F
RGB
CMYK
RGB Variations
Color information
#ABB89F (or 0xABB89F) is known color: Silver Chalice. HEX triplet: AB, B8 and 9F. RGB value is (171,184,159). Sum of RGB (Red+Green+Blue) = 171+184+159=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89F is #544760. Grayscale: #B1B1B1. Windows color (decimal): -5523297 or 10467499. OLE color: 10467499.
HSL color Cylindrical-coordinate representation of color #ABB89F: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB89F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 159 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.28 |
| HSL | 91.2º | 0.15% | 0.67% | - |
| HSV(B) | 91.2º | 0.14% | 0.72% | - |
| XYZ | 40.19 | 45.44 | 39.45 | - |
| YUV | 177.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 159 | 0.07 | 0 | 0.14 | 0.28 | 91.2 | 0.15 | 0.67 |
| Hex | AB | B8 | 9F | 7 | 0 | E | 1C | 5B | F | 43 |
| Octal | 253 | 270 | 237 | 7 | 0 | 16 | 34 | 133 | 17 | 103 |
| Binary | 10101011 | 10111000 | 10011111 | 111 | 0 | 1110 | 11100 | 1011011 | 1111 | 1000011 |
Color Harmonies of #ABB89F
Complementary color
Monochromatic Colors of #ABB89F
Black with #ABB89F
Text Example
Text Example
White with #ABB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB89F; }
p { color: rgb(171,184,159); }
H1.HeaderClassName
{
color: #ABB89F;
}
.AnyTagClassName
{
color: #ABB89F;
}
</style>
background-color css
<style>
a { background-color: #ABB89F; }
a { background-color: rgb(171,184,159); }
div.DivClassName
{
background-color: #ABB89F;
}
.BgClassName
{
background-color: #ABB89F;
}
</style>
border-color css
<style>
span { border-color: #ABB89F; }
span { border-color: rgb(171,184,159); }
td.TdClassName
{
border-color: #ABB89F;
}
.TagClassName
{
border-color: #ABB89F;
}
</style>