Shades of Silver Chalice #AEBAA1
Tints of Silver Chalice #AEBAA1
RGB
CMYK
RGB Variations
Color information
#AEBAA1 (or 0xAEBAA1) is known color: Silver Chalice. HEX triplet: AE, BA and A1. RGB value is (174,186,161). Sum of RGB (Red+Green+Blue) = 174+186+161=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA1 is #51455E. Grayscale: #B3B3B3. Windows color (decimal): -5326175 or 10599086. OLE color: 10599086.
HSL color Cylindrical-coordinate representation of color #AEBAA1: hue angle of 88.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 161 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.27 |
| HSL | 88.8º | 0.15% | 0.68% | - |
| HSV(B) | 88.8º | 0.13% | 0.73% | - |
| XYZ | 41.45 | 46.69 | 40.55 | - |
| YUV | 179.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 161 | 0.06 | 0 | 0.13 | 0.27 | 88.8 | 0.15 | 0.68 |
| Hex | AE | BA | A1 | 6 | 0 | D | 1B | 59 | F | 44 |
| Octal | 256 | 272 | 241 | 6 | 0 | 15 | 33 | 131 | 17 | 104 |
| Binary | 10101110 | 10111010 | 10100001 | 110 | 0 | 1101 | 11011 | 1011001 | 1111 | 1000100 |
Color Harmonies of #AEBAA1
Complementary color
Monochromatic Colors of #AEBAA1
Black with #AEBAA1
Text Example
Text Example
White with #AEBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAA1; }
p { color: rgb(174,186,161); }
H1.HeaderClassName
{
color: #AEBAA1;
}
.AnyTagClassName
{
color: #AEBAA1;
}
</style>
background-color css
<style>
a { background-color: #AEBAA1; }
a { background-color: rgb(174,186,161); }
div.DivClassName
{
background-color: #AEBAA1;
}
.BgClassName
{
background-color: #AEBAA1;
}
</style>
border-color css
<style>
span { border-color: #AEBAA1; }
span { border-color: rgb(174,186,161); }
td.TdClassName
{
border-color: #AEBAA1;
}
.TagClassName
{
border-color: #AEBAA1;
}
</style>