Shades of Silver Chalice #ACAEA9
Tints of Silver Chalice #ACAEA9
RGB
CMYK
RGB Variations
Color information
#ACAEA9 (or 0xACAEA9) is known color: Silver Chalice. HEX triplet: AC, AE and A9. RGB value is (172,174,169). Sum of RGB (Red+Green+Blue) = 172+174+169=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA9 is #535156. Grayscale: #ACACAC. Windows color (decimal): -5460311 or 11120300. OLE color: 11120300.
HSL color Cylindrical-coordinate representation of color #ACAEA9: 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 #ACAEA9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 174 | 169 | - |
CMYK | 0.01 | 0 | 0.03 | 0.32 |
HSL | 84º | 0.03% | 0.67% | - |
HSV(B) | 84º | 0.03% | 0.68% | - |
XYZ | 39.31 | 41.91 | 43.55 | - |
YUV | 172.83 | 125.84 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 169 | 0.01 | 0 | 0.03 | 0.32 | 84 | 0.03 | 0.67 |
Hex | AC | AE | A9 | 1 | 0 | 3 | 20 | 54 | 3 | 43 |
Octal | 254 | 256 | 251 | 1 | 0 | 3 | 40 | 124 | 3 | 103 |
Binary | 10101100 | 10101110 | 10101001 | 1 | 0 | 11 | 100000 | 1010100 | 11 | 1000011 |
Color Harmonies of #ACAEA9
Complementary color
Monochromatic Colors of #ACAEA9
Black with #ACAEA9
Text Example
Text Example
White with #ACAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEA9; }
p { color: rgb(172,174,169); }
H1.HeaderClassName
{
color: #ACAEA9;
}
.AnyTagClassName
{
color: #ACAEA9;
}
</style>
background-color css
<style>
a { background-color: #ACAEA9; }
a { background-color: rgb(172,174,169); }
div.DivClassName
{
background-color: #ACAEA9;
}
.BgClassName
{
background-color: #ACAEA9;
}
</style>
border-color css
<style>
span { border-color: #ACAEA9; }
span { border-color: rgb(172,174,169); }
td.TdClassName
{
border-color: #ACAEA9;
}
.TagClassName
{
border-color: #ACAEA9;
}
</style>