Shades of Silver Chalice #AEB7A1
Tints of Silver Chalice #AEB7A1
RGB
CMYK
RGB Variations
Color information
#AEB7A1 (or 0xAEB7A1) is known color: Silver Chalice. HEX triplet: AE, B7 and A1. RGB value is (174,183,161). Sum of RGB (Red+Green+Blue) = 174+183+161=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB7A1 is #51485E. Grayscale: #B1B1B1. Windows color (decimal): -5326943 or 10598318. OLE color: 10598318.
HSL color Cylindrical-coordinate representation of color #AEB7A1: hue angle of 84.55º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB7A1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 161 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.28 |
| HSL | 84.55º | 0.13% | 0.67% | - |
| HSV(B) | 84.55º | 0.12% | 0.72% | - |
| XYZ | 40.82 | 45.44 | 40.34 | - |
| YUV | 177.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 161 | 0.05 | 0 | 0.12 | 0.28 | 84.55 | 0.13 | 0.67 |
| Hex | AE | B7 | A1 | 5 | 0 | C | 1C | 55 | D | 43 |
| Octal | 256 | 267 | 241 | 5 | 0 | 14 | 34 | 125 | 15 | 103 |
| Binary | 10101110 | 10110111 | 10100001 | 101 | 0 | 1100 | 11100 | 1010101 | 1101 | 1000011 |
Color Harmonies of #AEB7A1
Complementary color
Monochromatic Colors of #AEB7A1
Black with #AEB7A1
Text Example
Text Example
White with #AEB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB7A1; }
p { color: rgb(174,183,161); }
H1.HeaderClassName
{
color: #AEB7A1;
}
.AnyTagClassName
{
color: #AEB7A1;
}
</style>
background-color css
<style>
a { background-color: #AEB7A1; }
a { background-color: rgb(174,183,161); }
div.DivClassName
{
background-color: #AEB7A1;
}
.BgClassName
{
background-color: #AEB7A1;
}
</style>
border-color css
<style>
span { border-color: #AEB7A1; }
span { border-color: rgb(174,183,161); }
td.TdClassName
{
border-color: #AEB7A1;
}
.TagClassName
{
border-color: #AEB7A1;
}
</style>