Shades of Silver Chalice #AEBAA5
Tints of Silver Chalice #AEBAA5
RGB
CMYK
RGB Variations
Color information
#AEBAA5 (or 0xAEBAA5) is known color: Silver Chalice. HEX triplet: AE, BA and A5. RGB value is (174,186,165). Sum of RGB (Red+Green+Blue) = 174+186+165=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA5 is #51455A. Grayscale: #B4B4B4. Windows color (decimal): -5326171 or 10861230. OLE color: 10861230.
HSL color Cylindrical-coordinate representation of color #AEBAA5: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBAA5 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 165 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.27 |
| HSL | 94.29º | 0.13% | 0.69% | - |
| HSV(B) | 94.29º | 0.11% | 0.73% | - |
| XYZ | 41.81 | 46.83 | 42.43 | - |
| YUV | 180.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 165 | 0.06 | 0 | 0.11 | 0.27 | 94.29 | 0.13 | 0.69 |
| Hex | AE | BA | A5 | 6 | 0 | B | 1B | 5E | D | 45 |
| Octal | 256 | 272 | 245 | 6 | 0 | 13 | 33 | 136 | 15 | 105 |
| Binary | 10101110 | 10111010 | 10100101 | 110 | 0 | 1011 | 11011 | 1011110 | 1101 | 1000101 |
Color Harmonies of #AEBAA5
Complementary color
Monochromatic Colors of #AEBAA5
Black with #AEBAA5
Text Example
Text Example
White with #AEBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAA5; }
p { color: rgb(174,186,165); }
H1.HeaderClassName
{
color: #AEBAA5;
}
.AnyTagClassName
{
color: #AEBAA5;
}
</style>
background-color css
<style>
a { background-color: #AEBAA5; }
a { background-color: rgb(174,186,165); }
div.DivClassName
{
background-color: #AEBAA5;
}
.BgClassName
{
background-color: #AEBAA5;
}
</style>
border-color css
<style>
span { border-color: #AEBAA5; }
span { border-color: rgb(174,186,165); }
td.TdClassName
{
border-color: #AEBAA5;
}
.TagClassName
{
border-color: #AEBAA5;
}
</style>