Shades of Silver Chalice #ACAEAB
Tints of Silver Chalice #ACAEAB
RGB
CMYK
RGB Variations
Color information
#ACAEAB (or 0xACAEAB) is known color: Silver Chalice. HEX triplet: AC, AE and AB. RGB value is (172,174,171). Sum of RGB (Red+Green+Blue) = 172+174+171=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEAB is #535154. Grayscale: #ADADAD. Windows color (decimal): -5460309 or 11251372. OLE color: 11251372.
HSL color Cylindrical-coordinate representation of color #ACAEAB: hue angle of 100º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACAEAB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 174 | 171 | - |
CMYK | 0.01 | 0 | 0.02 | 0.32 |
HSL | 100º | 0.02% | 0.68% | - |
HSV(B) | 100º | 0.02% | 0.68% | - |
XYZ | 39.5 | 41.98 | 44.55 | - |
YUV | 173.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 171 | 0.01 | 0 | 0.02 | 0.32 | 100 | 0.02 | 0.68 |
Hex | AC | AE | AB | 1 | 0 | 2 | 20 | 64 | 2 | 44 |
Octal | 254 | 256 | 253 | 1 | 0 | 2 | 40 | 144 | 2 | 104 |
Binary | 10101100 | 10101110 | 10101011 | 1 | 0 | 10 | 100000 | 1100100 | 10 | 1000100 |
Color Harmonies of #ACAEAB
Complementary color
Monochromatic Colors of #ACAEAB
Black with #ACAEAB
Text Example
Text Example
White with #ACAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEAB; }
p { color: rgb(172,174,171); }
H1.HeaderClassName
{
color: #ACAEAB;
}
.AnyTagClassName
{
color: #ACAEAB;
}
</style>
background-color css
<style>
a { background-color: #ACAEAB; }
a { background-color: rgb(172,174,171); }
div.DivClassName
{
background-color: #ACAEAB;
}
.BgClassName
{
background-color: #ACAEAB;
}
</style>
border-color css
<style>
span { border-color: #ACAEAB; }
span { border-color: rgb(172,174,171); }
td.TdClassName
{
border-color: #ACAEAB;
}
.TagClassName
{
border-color: #ACAEAB;
}
</style>