Shades of Madang #AEDCA3
Tints of Madang #AEDCA3
RGB
CMYK
RGB Variations
Color information
#AEDCA3 (or 0xAEDCA3) is known color: Madang. HEX triplet: AE, DC and A3. RGB value is (174,220,163). Sum of RGB (Red+Green+Blue) = 174+220+163=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA3 is #51235C. Grayscale: #C7C7C7. Windows color (decimal): -5317469 or 10738862. OLE color: 10738862.
HSL color Cylindrical-coordinate representation of color #AEDCA3: hue angle of 108.42º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDCA3 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 163 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.14 |
| HSL | 108.42º | 0.45% | 0.75% | - |
| HSV(B) | 108.42º | 0.26% | 0.86% | - |
| XYZ | 49.66 | 62.83 | 44.16 | - |
| YUV | 199.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 163 | 0.21 | 0 | 0.26 | 0.14 | 108.42 | 0.45 | 0.75 |
| Hex | AE | DC | A3 | 15 | 0 | 1A | E | 6C | 2D | 4B |
| Octal | 256 | 334 | 243 | 25 | 0 | 32 | 16 | 154 | 55 | 113 |
| Binary | 10101110 | 11011100 | 10100011 | 10101 | 0 | 11010 | 1110 | 1101100 | 101101 | 1001011 |
Color Harmonies of #AEDCA3
Complementary color
Monochromatic Colors of #AEDCA3
Black with #AEDCA3
Text Example
Text Example
White with #AEDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCA3; }
p { color: rgb(174,220,163); }
H1.HeaderClassName
{
color: #AEDCA3;
}
.AnyTagClassName
{
color: #AEDCA3;
}
</style>
background-color css
<style>
a { background-color: #AEDCA3; }
a { background-color: rgb(174,220,163); }
div.DivClassName
{
background-color: #AEDCA3;
}
.BgClassName
{
background-color: #AEDCA3;
}
</style>
border-color css
<style>
span { border-color: #AEDCA3; }
span { border-color: rgb(174,220,163); }
td.TdClassName
{
border-color: #AEDCA3;
}
.TagClassName
{
border-color: #AEDCA3;
}
</style>