Shades of Silver Chalice #AEB0AC
Tints of Silver Chalice #AEB0AC
RGB
CMYK
RGB Variations
Color information
#AEB0AC (or 0xAEB0AC) is known color: Silver Chalice. HEX triplet: AE, B0 and AC. RGB value is (174,176,172). Sum of RGB (Red+Green+Blue) = 174+176+172=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB0AC is #514F53. Grayscale: #AEAEAE. Windows color (decimal): -5328724 or 11317422. OLE color: 11317422.
HSL color Cylindrical-coordinate representation of color #AEB0AC: hue angle of 90º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEB0AC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 174 | 176 | 172 | - |
CMYK | 0.01 | 0 | 0.02 | 0.31 |
HSL | 90º | 0.02% | 0.68% | - |
HSV(B) | 90º | 0.02% | 0.69% | - |
XYZ | 40.43 | 43.03 | 45.2 | - |
YUV | 174.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 176 | 172 | 0.01 | 0 | 0.02 | 0.31 | 90 | 0.02 | 0.68 |
Hex | AE | B0 | AC | 1 | 0 | 2 | 1F | 5A | 2 | 44 |
Octal | 256 | 260 | 254 | 1 | 0 | 2 | 37 | 132 | 2 | 104 |
Binary | 10101110 | 10110000 | 10101100 | 1 | 0 | 10 | 11111 | 1011010 | 10 | 1000100 |
Color Harmonies of #AEB0AC
Complementary color
Monochromatic Colors of #AEB0AC
Black with #AEB0AC
Text Example
Text Example
White with #AEB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0AC; }
p { color: rgb(174,176,172); }
H1.HeaderClassName
{
color: #AEB0AC;
}
.AnyTagClassName
{
color: #AEB0AC;
}
</style>
background-color css
<style>
a { background-color: #AEB0AC; }
a { background-color: rgb(174,176,172); }
div.DivClassName
{
background-color: #AEB0AC;
}
.BgClassName
{
background-color: #AEB0AC;
}
</style>
border-color css
<style>
span { border-color: #AEB0AC; }
span { border-color: rgb(174,176,172); }
td.TdClassName
{
border-color: #AEB0AC;
}
.TagClassName
{
border-color: #AEB0AC;
}
</style>