Shades of Madang #AEDCA1
Tints of Madang #AEDCA1
RGB
CMYK
RGB Variations
Color information
#AEDCA1 (or 0xAEDCA1) is known color: Madang. HEX triplet: AE, DC and A1. RGB value is (174,220,161). Sum of RGB (Red+Green+Blue) = 174+220+161=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA1 is #51235E. Grayscale: #C7C7C7. Windows color (decimal): -5317471 or 10607790. OLE color: 10607790.
HSL color Cylindrical-coordinate representation of color #AEDCA1: hue angle of 106.78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCA1 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 161 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.14 |
| HSL | 106.78º | 0.46% | 0.75% | - |
| HSV(B) | 106.78º | 0.27% | 0.86% | - |
| XYZ | 49.48 | 62.76 | 43.22 | - |
| YUV | 199.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 161 | 0.21 | 0 | 0.27 | 0.14 | 106.78 | 0.46 | 0.75 |
| Hex | AE | DC | A1 | 15 | 0 | 1B | E | 6B | 2E | 4B |
| Octal | 256 | 334 | 241 | 25 | 0 | 33 | 16 | 153 | 56 | 113 |
| Binary | 10101110 | 11011100 | 10100001 | 10101 | 0 | 11011 | 1110 | 1101011 | 101110 | 1001011 |
Color Harmonies of #AEDCA1
Complementary color
Monochromatic Colors of #AEDCA1
Black with #AEDCA1
Text Example
Text Example
White with #AEDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCA1; }
p { color: rgb(174,220,161); }
H1.HeaderClassName
{
color: #AEDCA1;
}
.AnyTagClassName
{
color: #AEDCA1;
}
</style>
background-color css
<style>
a { background-color: #AEDCA1; }
a { background-color: rgb(174,220,161); }
div.DivClassName
{
background-color: #AEDCA1;
}
.BgClassName
{
background-color: #AEDCA1;
}
</style>
border-color css
<style>
span { border-color: #AEDCA1; }
span { border-color: rgb(174,220,161); }
td.TdClassName
{
border-color: #AEDCA1;
}
.TagClassName
{
border-color: #AEDCA1;
}
</style>