Shades of Silver Chalice #AEB6A1
Tints of Silver Chalice #AEB6A1
RGB
CMYK
RGB Variations
Color information
#AEB6A1 (or 0xAEB6A1) is known color: Silver Chalice. HEX triplet: AE, B6 and A1. RGB value is (174,182,161). Sum of RGB (Red+Green+Blue) = 174+182+161=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB6A1 is #51495E. Grayscale: #B1B1B1. Windows color (decimal): -5327199 or 10598062. OLE color: 10598062.
HSL color Cylindrical-coordinate representation of color #AEB6A1: hue angle of 82.86º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB6A1 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 182 | 161 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.29 |
| HSL | 82.86º | 0.13% | 0.67% | - |
| HSV(B) | 82.86º | 0.12% | 0.71% | - |
| XYZ | 40.62 | 45.03 | 40.27 | - |
| YUV | 177.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 182 | 161 | 0.04 | 0 | 0.12 | 0.29 | 82.86 | 0.13 | 0.67 |
| Hex | AE | B6 | A1 | 4 | 0 | C | 1D | 53 | D | 43 |
| Octal | 256 | 266 | 241 | 4 | 0 | 14 | 35 | 123 | 15 | 103 |
| Binary | 10101110 | 10110110 | 10100001 | 100 | 0 | 1100 | 11101 | 1010011 | 1101 | 1000011 |
Color Harmonies of #AEB6A1
Complementary color
Monochromatic Colors of #AEB6A1
Black with #AEB6A1
Text Example
Text Example
White with #AEB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB6A1; }
p { color: rgb(174,182,161); }
H1.HeaderClassName
{
color: #AEB6A1;
}
.AnyTagClassName
{
color: #AEB6A1;
}
</style>
background-color css
<style>
a { background-color: #AEB6A1; }
a { background-color: rgb(174,182,161); }
div.DivClassName
{
background-color: #AEB6A1;
}
.BgClassName
{
background-color: #AEB6A1;
}
</style>
border-color css
<style>
span { border-color: #AEB6A1; }
span { border-color: rgb(174,182,161); }
td.TdClassName
{
border-color: #AEB6A1;
}
.TagClassName
{
border-color: #AEB6A1;
}
</style>