Shades of Silver Chalice #A8ABA4
Tints of Silver Chalice #A8ABA4
RGB
CMYK
RGB Variations
Color information
#A8ABA4 (or 0xA8ABA4) is known color: Silver Chalice. HEX triplet: A8, AB and A4. RGB value is (168,171,164). Sum of RGB (Red+Green+Blue) = 168+171+164=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA4 is #57545B. Grayscale: #A9A9A9. Windows color (decimal): -5723228 or 10791848. OLE color: 10791848.
HSL color Cylindrical-coordinate representation of color #A8ABA4: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A8ABA4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 164 | - |
CMYK | 0.02 | 0 | 0.04 | 0.33 |
HSL | 85.71º | 0.04% | 0.66% | - |
HSV(B) | 85.71º | 0.04% | 0.67% | - |
XYZ | 37.41 | 40.13 | 40.9 | - |
YUV | 169.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 164 | 0.02 | 0 | 0.04 | 0.33 | 85.71 | 0.04 | 0.66 |
Hex | A8 | AB | A4 | 2 | 0 | 4 | 21 | 56 | 4 | 42 |
Octal | 250 | 253 | 244 | 2 | 0 | 4 | 41 | 126 | 4 | 102 |
Binary | 10101000 | 10101011 | 10100100 | 10 | 0 | 100 | 100001 | 1010110 | 100 | 1000010 |
Color Harmonies of #A8ABA4
Complementary color
Monochromatic Colors of #A8ABA4
Black with #A8ABA4
Text Example
Text Example
White with #A8ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABA4; }
p { color: rgb(168,171,164); }
H1.HeaderClassName
{
color: #A8ABA4;
}
.AnyTagClassName
{
color: #A8ABA4;
}
</style>
background-color css
<style>
a { background-color: #A8ABA4; }
a { background-color: rgb(168,171,164); }
div.DivClassName
{
background-color: #A8ABA4;
}
.BgClassName
{
background-color: #A8ABA4;
}
</style>
border-color css
<style>
span { border-color: #A8ABA4; }
span { border-color: rgb(168,171,164); }
td.TdClassName
{
border-color: #A8ABA4;
}
.TagClassName
{
border-color: #A8ABA4;
}
</style>