Shades of Silver Chalice #AEBBA5
Tints of Silver Chalice #AEBBA5
RGB
CMYK
RGB Variations
Color information
#AEBBA5 (or 0xAEBBA5) is known color: Silver Chalice. HEX triplet: AE, BB and A5. RGB value is (174,187,165). Sum of RGB (Red+Green+Blue) = 174+187+165=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBBA5 is #51445A. Grayscale: #B4B4B4. Windows color (decimal): -5325915 or 10861486. OLE color: 10861486.
HSL color Cylindrical-coordinate representation of color #AEBBA5: hue angle of 95.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEBBA5 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 174 | 187 | 165 | - |
CMYK | 0.07 | 0 | 0.12 | 0.27 |
HSL | 95.45º | 0.14% | 0.69% | - |
HSV(B) | 95.45º | 0.12% | 0.73% | - |
XYZ | 42.02 | 47.26 | 42.5 | - |
YUV | 180.61 | 119.19 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 187 | 165 | 0.07 | 0 | 0.12 | 0.27 | 95.45 | 0.14 | 0.69 |
Hex | AE | BB | A5 | 7 | 0 | C | 1B | 5F | E | 45 |
Octal | 256 | 273 | 245 | 7 | 0 | 14 | 33 | 137 | 16 | 105 |
Binary | 10101110 | 10111011 | 10100101 | 111 | 0 | 1100 | 11011 | 1011111 | 1110 | 1000101 |
Color Harmonies of #AEBBA5
Complementary color
Monochromatic Colors of #AEBBA5
Black with #AEBBA5
Text Example
Text Example
White with #AEBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBA5; }
p { color: rgb(174,187,165); }
H1.HeaderClassName
{
color: #AEBBA5;
}
.AnyTagClassName
{
color: #AEBBA5;
}
</style>
background-color css
<style>
a { background-color: #AEBBA5; }
a { background-color: rgb(174,187,165); }
div.DivClassName
{
background-color: #AEBBA5;
}
.BgClassName
{
background-color: #AEBBA5;
}
</style>
border-color css
<style>
span { border-color: #AEBBA5; }
span { border-color: rgb(174,187,165); }
td.TdClassName
{
border-color: #AEBBA5;
}
.TagClassName
{
border-color: #AEBBA5;
}
</style>