Shades of Silver Chalice #AEBDA2
Tints of Silver Chalice #AEBDA2
RGB
CMYK
RGB Variations
Color information
#AEBDA2 (or 0xAEBDA2) is known color: Silver Chalice. HEX triplet: AE, BD and A2. RGB value is (174,189,162). Sum of RGB (Red+Green+Blue) = 174+189+162=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA2 is #51425D. Grayscale: #B5B5B5. Windows color (decimal): -5325406 or 10665390. OLE color: 10665390.
HSL color Cylindrical-coordinate representation of color #AEBDA2: hue angle of 93.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEBDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 174 | 189 | 162 | - |
CMYK | 0.08 | 0 | 0.14 | 0.26 |
HSL | 93.33º | 0.17% | 0.69% | - |
HSV(B) | 93.33º | 0.14% | 0.74% | - |
XYZ | 42.17 | 48 | 41.22 | - |
YUV | 181.44 | 117.03 | 122.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 189 | 162 | 0.08 | 0 | 0.14 | 0.26 | 93.33 | 0.17 | 0.69 |
Hex | AE | BD | A2 | 8 | 0 | E | 1A | 5D | 11 | 45 |
Octal | 256 | 275 | 242 | 10 | 0 | 16 | 32 | 135 | 21 | 105 |
Binary | 10101110 | 10111101 | 10100010 | 1000 | 0 | 1110 | 11010 | 1011101 | 10001 | 1000101 |
Color Harmonies of #AEBDA2
Complementary color
Monochromatic Colors of #AEBDA2
Black with #AEBDA2
Text Example
Text Example
White with #AEBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDA2; }
p { color: rgb(174,189,162); }
H1.HeaderClassName
{
color: #AEBDA2;
}
.AnyTagClassName
{
color: #AEBDA2;
}
</style>
background-color css
<style>
a { background-color: #AEBDA2; }
a { background-color: rgb(174,189,162); }
div.DivClassName
{
background-color: #AEBDA2;
}
.BgClassName
{
background-color: #AEBDA2;
}
</style>
border-color css
<style>
span { border-color: #AEBDA2; }
span { border-color: rgb(174,189,162); }
td.TdClassName
{
border-color: #AEBDA2;
}
.TagClassName
{
border-color: #AEBDA2;
}
</style>