Shades of Silver Chalice #ABADA8
Tints of Silver Chalice #ABADA8
RGB
CMYK
RGB Variations
Color information
#ABADA8 (or 0xABADA8) is known color: Silver Chalice. HEX triplet: AB, AD and A8. RGB value is (171,173,168). Sum of RGB (Red+Green+Blue) = 171+173+168=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA8 is #545257. Grayscale: #ABABAB. Windows color (decimal): -5526104 or 11054507. OLE color: 11054507.
HSL color Cylindrical-coordinate representation of color #ABADA8: hue angle of 84º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABADA8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 173 | 168 | - |
CMYK | 0.01 | 0 | 0.03 | 0.32 |
HSL | 84º | 0.03% | 0.67% | - |
HSV(B) | 84º | 0.03% | 0.68% | - |
XYZ | 38.81 | 41.37 | 42.99 | - |
YUV | 171.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 168 | 0.01 | 0 | 0.03 | 0.32 | 84 | 0.03 | 0.67 |
Hex | AB | AD | A8 | 1 | 0 | 3 | 20 | 54 | 3 | 43 |
Octal | 253 | 255 | 250 | 1 | 0 | 3 | 40 | 124 | 3 | 103 |
Binary | 10101011 | 10101101 | 10101000 | 1 | 0 | 11 | 100000 | 1010100 | 11 | 1000011 |
Color Harmonies of #ABADA8
Complementary color
Monochromatic Colors of #ABADA8
Black with #ABADA8
Text Example
Text Example
White with #ABADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADA8; }
p { color: rgb(171,173,168); }
H1.HeaderClassName
{
color: #ABADA8;
}
.AnyTagClassName
{
color: #ABADA8;
}
</style>
background-color css
<style>
a { background-color: #ABADA8; }
a { background-color: rgb(171,173,168); }
div.DivClassName
{
background-color: #ABADA8;
}
.BgClassName
{
background-color: #ABADA8;
}
</style>
border-color css
<style>
span { border-color: #ABADA8; }
span { border-color: rgb(171,173,168); }
td.TdClassName
{
border-color: #ABADA8;
}
.TagClassName
{
border-color: #ABADA8;
}
</style>