Shades of Silver Chalice #A8ACA3
Tints of Silver Chalice #A8ACA3
RGB
CMYK
RGB Variations
Color information
#A8ACA3 (or 0xA8ACA3) is known color: Silver Chalice. HEX triplet: A8, AC and A3. RGB value is (168,172,163). Sum of RGB (Red+Green+Blue) = 168+172+163=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA3 is #57535C. Grayscale: #A9A9A9. Windows color (decimal): -5722973 or 10726568. OLE color: 10726568.
HSL color Cylindrical-coordinate representation of color #A8ACA3: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8ACA3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 163 | - |
CMYK | 0.02 | 0 | 0.05 | 0.33 |
HSL | 86.67º | 0.05% | 0.66% | - |
HSV(B) | 86.67º | 0.05% | 0.67% | - |
XYZ | 37.51 | 40.47 | 40.49 | - |
YUV | 169.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 163 | 0.02 | 0 | 0.05 | 0.33 | 86.67 | 0.05 | 0.66 |
Hex | A8 | AC | A3 | 2 | 0 | 5 | 21 | 57 | 5 | 42 |
Octal | 250 | 254 | 243 | 2 | 0 | 5 | 41 | 127 | 5 | 102 |
Binary | 10101000 | 10101100 | 10100011 | 10 | 0 | 101 | 100001 | 1010111 | 101 | 1000010 |
Color Harmonies of #A8ACA3
Complementary color
Monochromatic Colors of #A8ACA3
Black with #A8ACA3
Text Example
Text Example
White with #A8ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACA3; }
p { color: rgb(168,172,163); }
H1.HeaderClassName
{
color: #A8ACA3;
}
.AnyTagClassName
{
color: #A8ACA3;
}
</style>
background-color css
<style>
a { background-color: #A8ACA3; }
a { background-color: rgb(168,172,163); }
div.DivClassName
{
background-color: #A8ACA3;
}
.BgClassName
{
background-color: #A8ACA3;
}
</style>
border-color css
<style>
span { border-color: #A8ACA3; }
span { border-color: rgb(168,172,163); }
td.TdClassName
{
border-color: #A8ACA3;
}
.TagClassName
{
border-color: #A8ACA3;
}
</style>