Shades of Silver Chalice #A8ABA3
Tints of Silver Chalice #A8ABA3
RGB
CMYK
RGB Variations
Color information
#A8ABA3 (or 0xA8ABA3) is known color: Silver Chalice. HEX triplet: A8, AB and A3. RGB value is (168,171,163). Sum of RGB (Red+Green+Blue) = 168+171+163=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA3 is #57545C. Grayscale: #A9A9A9. Windows color (decimal): -5723229 or 10726312. OLE color: 10726312.
HSL color Cylindrical-coordinate representation of color #A8ABA3: hue angle of 82.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8ABA3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 163 | - |
CMYK | 0.02 | 0 | 0.05 | 0.33 |
HSL | 82.5º | 0.05% | 0.65% | - |
HSV(B) | 82.5º | 0.05% | 0.67% | - |
XYZ | 37.32 | 40.1 | 40.42 | - |
YUV | 169.19 | 124.51 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 163 | 0.02 | 0 | 0.05 | 0.33 | 82.5 | 0.05 | 0.65 |
Hex | A8 | AB | A3 | 2 | 0 | 5 | 21 | 52 | 5 | 41 |
Octal | 250 | 253 | 243 | 2 | 0 | 5 | 41 | 122 | 5 | 101 |
Binary | 10101000 | 10101011 | 10100011 | 10 | 0 | 101 | 100001 | 1010010 | 101 | 1000001 |
Color Harmonies of #A8ABA3
Complementary color
Monochromatic Colors of #A8ABA3
Black with #A8ABA3
Text Example
Text Example
White with #A8ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABA3; }
p { color: rgb(168,171,163); }
H1.HeaderClassName
{
color: #A8ABA3;
}
.AnyTagClassName
{
color: #A8ABA3;
}
</style>
background-color css
<style>
a { background-color: #A8ABA3; }
a { background-color: rgb(168,171,163); }
div.DivClassName
{
background-color: #A8ABA3;
}
.BgClassName
{
background-color: #A8ABA3;
}
</style>
border-color css
<style>
span { border-color: #A8ABA3; }
span { border-color: rgb(168,171,163); }
td.TdClassName
{
border-color: #A8ABA3;
}
.TagClassName
{
border-color: #A8ABA3;
}
</style>