Shades of Silver Chalice #AEB8A0
Tints of Silver Chalice #AEB8A0
RGB
CMYK
RGB Variations
Color information
#AEB8A0 (or 0xAEB8A0) is known color: Silver Chalice. HEX triplet: AE, B8 and A0. RGB value is (174,184,160). Sum of RGB (Red+Green+Blue) = 174+184+160=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8A0 is #51475F. Grayscale: #B2B2B2. Windows color (decimal): -5326688 or 10533038. OLE color: 10533038.
HSL color Cylindrical-coordinate representation of color #AEB8A0: hue angle of 85º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEB8A0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 160 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.28 |
| HSL | 85º | 0.14% | 0.67% | - |
| HSV(B) | 85º | 0.13% | 0.72% | - |
| XYZ | 40.94 | 45.82 | 39.94 | - |
| YUV | 178.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 160 | 0.05 | 0 | 0.13 | 0.28 | 85 | 0.14 | 0.67 |
| Hex | AE | B8 | A0 | 5 | 0 | D | 1C | 55 | E | 43 |
| Octal | 256 | 270 | 240 | 5 | 0 | 15 | 34 | 125 | 16 | 103 |
| Binary | 10101110 | 10111000 | 10100000 | 101 | 0 | 1101 | 11100 | 1010101 | 1110 | 1000011 |
Color Harmonies of #AEB8A0
Complementary color
Monochromatic Colors of #AEB8A0
Black with #AEB8A0
Text Example
Text Example
White with #AEB8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB8A0; }
p { color: rgb(174,184,160); }
H1.HeaderClassName
{
color: #AEB8A0;
}
.AnyTagClassName
{
color: #AEB8A0;
}
</style>
background-color css
<style>
a { background-color: #AEB8A0; }
a { background-color: rgb(174,184,160); }
div.DivClassName
{
background-color: #AEB8A0;
}
.BgClassName
{
background-color: #AEB8A0;
}
</style>
border-color css
<style>
span { border-color: #AEB8A0; }
span { border-color: rgb(174,184,160); }
td.TdClassName
{
border-color: #AEB8A0;
}
.TagClassName
{
border-color: #AEB8A0;
}
</style>