Shades of Silver Chalice #ABACAA
Tints of Silver Chalice #ABACAA
RGB
CMYK
RGB Variations
Color information
#ABACAA (or 0xABACAA) is known color: Silver Chalice. HEX triplet: AB, AC and AA. RGB value is (171,172,170). Sum of RGB (Red+Green+Blue) = 171+172+170=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACAA is #545355. Grayscale: #ABABAB. Windows color (decimal): -5526358 or 11185323. OLE color: 11185323.
HSL color Cylindrical-coordinate representation of color #ABACAA: hue angle of 90º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABACAA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 170 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.33 |
| HSL | 90º | 0.01% | 0.67% | - |
| HSV(B) | 90º | 0.01% | 0.67% | - |
| XYZ | 38.8 | 41.07 | 43.91 | - |
| YUV | 171.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 170 | 0.01 | 0 | 0.01 | 0.33 | 90 | 0.01 | 0.67 |
| Hex | AB | AC | AA | 1 | 0 | 1 | 21 | 5A | 1 | 43 |
| Octal | 253 | 254 | 252 | 1 | 0 | 1 | 41 | 132 | 1 | 103 |
| Binary | 10101011 | 10101100 | 10101010 | 1 | 0 | 1 | 100001 | 1011010 | 1 | 1000011 |
Color Harmonies of #ABACAA
Complementary color
Monochromatic Colors of #ABACAA
Black with #ABACAA
Text Example
Text Example
White with #ABACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACAA; }
p { color: rgb(171,172,170); }
H1.HeaderClassName
{
color: #ABACAA;
}
.AnyTagClassName
{
color: #ABACAA;
}
</style>
background-color css
<style>
a { background-color: #ABACAA; }
a { background-color: rgb(171,172,170); }
div.DivClassName
{
background-color: #ABACAA;
}
.BgClassName
{
background-color: #ABACAA;
}
</style>
border-color css
<style>
span { border-color: #ABACAA; }
span { border-color: rgb(171,172,170); }
td.TdClassName
{
border-color: #ABACAA;
}
.TagClassName
{
border-color: #ABACAA;
}
</style>