Shades of Madang #AED2A0
Tints of Madang #AED2A0
RGB
CMYK
RGB Variations
Color information
#AED2A0 (or 0xAED2A0) is known color: Madang. HEX triplet: AE, D2 and A0. RGB value is (174,210,160). Sum of RGB (Red+Green+Blue) = 174+210+160=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2A0 is #512D5F. Grayscale: #C1C1C1. Windows color (decimal): -5320032 or 10539694. OLE color: 10539694.
HSL color Cylindrical-coordinate representation of color #AED2A0: hue angle of 103.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED2A0 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 160 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.18 |
| HSL | 103.2º | 0.36% | 0.73% | - |
| HSV(B) | 103.2º | 0.24% | 0.82% | - |
| XYZ | 46.85 | 57.63 | 41.91 | - |
| YUV | 193.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 160 | 0.17 | 0 | 0.24 | 0.18 | 103.2 | 0.36 | 0.73 |
| Hex | AE | D2 | A0 | 11 | 0 | 18 | 12 | 67 | 24 | 49 |
| Octal | 256 | 322 | 240 | 21 | 0 | 30 | 22 | 147 | 44 | 111 |
| Binary | 10101110 | 11010010 | 10100000 | 10001 | 0 | 11000 | 10010 | 1100111 | 100100 | 1001001 |
Color Harmonies of #AED2A0
Complementary color
Monochromatic Colors of #AED2A0
Black with #AED2A0
Text Example
Text Example
White with #AED2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2A0; }
p { color: rgb(174,210,160); }
H1.HeaderClassName
{
color: #AED2A0;
}
.AnyTagClassName
{
color: #AED2A0;
}
</style>
background-color css
<style>
a { background-color: #AED2A0; }
a { background-color: rgb(174,210,160); }
div.DivClassName
{
background-color: #AED2A0;
}
.BgClassName
{
background-color: #AED2A0;
}
</style>
border-color css
<style>
span { border-color: #AED2A0; }
span { border-color: rgb(174,210,160); }
td.TdClassName
{
border-color: #AED2A0;
}
.TagClassName
{
border-color: #AED2A0;
}
</style>