Shades of Silver Chalice #ABACA8
Tints of Silver Chalice #ABACA8
RGB
CMYK
RGB Variations
Color information
#ABACA8 (or 0xABACA8) is known color: Silver Chalice. HEX triplet: AB, AC and A8. RGB value is (171,172,168). Sum of RGB (Red+Green+Blue) = 171+172+168=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA8 is #545357. Grayscale: #ABABAB. Windows color (decimal): -5526360 or 11054251. OLE color: 11054251.
HSL color Cylindrical-coordinate representation of color #ABACA8: hue angle of 75º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABACA8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 168 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.33 |
| HSL | 75º | 0.02% | 0.67% | - |
| HSV(B) | 75º | 0.02% | 0.67% | - |
| XYZ | 38.61 | 40.99 | 42.92 | - |
| YUV | 171.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 168 | 0.01 | 0 | 0.02 | 0.33 | 75 | 0.02 | 0.67 |
| Hex | AB | AC | A8 | 1 | 0 | 2 | 21 | 4B | 2 | 43 |
| Octal | 253 | 254 | 250 | 1 | 0 | 2 | 41 | 113 | 2 | 103 |
| Binary | 10101011 | 10101100 | 10101000 | 1 | 0 | 10 | 100001 | 1001011 | 10 | 1000011 |
Color Harmonies of #ABACA8
Complementary color
Monochromatic Colors of #ABACA8
Black with #ABACA8
Text Example
Text Example
White with #ABACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACA8; }
p { color: rgb(171,172,168); }
H1.HeaderClassName
{
color: #ABACA8;
}
.AnyTagClassName
{
color: #ABACA8;
}
</style>
background-color css
<style>
a { background-color: #ABACA8; }
a { background-color: rgb(171,172,168); }
div.DivClassName
{
background-color: #ABACA8;
}
.BgClassName
{
background-color: #ABACA8;
}
</style>
border-color css
<style>
span { border-color: #ABACA8; }
span { border-color: rgb(171,172,168); }
td.TdClassName
{
border-color: #ABACA8;
}
.TagClassName
{
border-color: #ABACA8;
}
</style>