Shades of Silver Chalice #AEBAA6
Tints of Silver Chalice #AEBAA6
RGB
CMYK
RGB Variations
Color information
#AEBAA6 (or 0xAEBAA6) is known color: Silver Chalice. HEX triplet: AE, BA and A6. RGB value is (174,186,166). Sum of RGB (Red+Green+Blue) = 174+186+166=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA6 is #514559. Grayscale: #B4B4B4. Windows color (decimal): -5326170 or 10926766. OLE color: 10926766.
HSL color Cylindrical-coordinate representation of color #AEBAA6: hue angle of 96º 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 #AEBAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 166 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.27 |
| HSL | 96º | 0.13% | 0.69% | - |
| HSV(B) | 96º | 0.11% | 0.73% | - |
| XYZ | 41.9 | 46.87 | 42.91 | - |
| YUV | 180.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 166 | 0.06 | 0 | 0.11 | 0.27 | 96 | 0.13 | 0.69 |
| Hex | AE | BA | A6 | 6 | 0 | B | 1B | 60 | D | 45 |
| Octal | 256 | 272 | 246 | 6 | 0 | 13 | 33 | 140 | 15 | 105 |
| Binary | 10101110 | 10111010 | 10100110 | 110 | 0 | 1011 | 11011 | 1100000 | 1101 | 1000101 |
Color Harmonies of #AEBAA6
Complementary color
Monochromatic Colors of #AEBAA6
Black with #AEBAA6
Text Example
Text Example
White with #AEBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBAA6; }
p { color: rgb(174,186,166); }
H1.HeaderClassName
{
color: #AEBAA6;
}
.AnyTagClassName
{
color: #AEBAA6;
}
</style>
background-color css
<style>
a { background-color: #AEBAA6; }
a { background-color: rgb(174,186,166); }
div.DivClassName
{
background-color: #AEBAA6;
}
.BgClassName
{
background-color: #AEBAA6;
}
</style>
border-color css
<style>
span { border-color: #AEBAA6; }
span { border-color: rgb(174,186,166); }
td.TdClassName
{
border-color: #AEBAA6;
}
.TagClassName
{
border-color: #AEBAA6;
}
</style>