Shades of Silver Chalice #A8ABA6
Tints of Silver Chalice #A8ABA6
RGB
CMYK
RGB Variations
Color information
#A8ABA6 (or 0xA8ABA6) is known color: Silver Chalice. HEX triplet: A8, AB and A6. RGB value is (168,171,166). Sum of RGB (Red+Green+Blue) = 168+171+166=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA6 is #575459. Grayscale: #A9A9A9. Windows color (decimal): -5723226 or 10922920. OLE color: 10922920.
HSL color Cylindrical-coordinate representation of color #A8ABA6: hue angle of 96º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8ABA6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 166 | - |
CMYK | 0.02 | 0 | 0.03 | 0.33 |
HSL | 96º | 0.03% | 0.66% | - |
HSV(B) | 96º | 0.03% | 0.67% | - |
XYZ | 37.59 | 40.2 | 41.86 | - |
YUV | 169.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 166 | 0.02 | 0 | 0.03 | 0.33 | 96 | 0.03 | 0.66 |
Hex | A8 | AB | A6 | 2 | 0 | 3 | 21 | 60 | 3 | 42 |
Octal | 250 | 253 | 246 | 2 | 0 | 3 | 41 | 140 | 3 | 102 |
Binary | 10101000 | 10101011 | 10100110 | 10 | 0 | 11 | 100001 | 1100000 | 11 | 1000010 |
Color Harmonies of #A8ABA6
Complementary color
Monochromatic Colors of #A8ABA6
Black with #A8ABA6
Text Example
Text Example
White with #A8ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABA6; }
p { color: rgb(168,171,166); }
H1.HeaderClassName
{
color: #A8ABA6;
}
.AnyTagClassName
{
color: #A8ABA6;
}
</style>
background-color css
<style>
a { background-color: #A8ABA6; }
a { background-color: rgb(168,171,166); }
div.DivClassName
{
background-color: #A8ABA6;
}
.BgClassName
{
background-color: #A8ABA6;
}
</style>
border-color css
<style>
span { border-color: #A8ABA6; }
span { border-color: rgb(168,171,166); }
td.TdClassName
{
border-color: #A8ABA6;
}
.TagClassName
{
border-color: #A8ABA6;
}
</style>