Shades of Madang #AED0A0
Tints of Madang #AED0A0
RGB
CMYK
RGB Variations
Color information
#AED0A0 (or 0xAED0A0) is known color: Madang. HEX triplet: AE, D0 and A0. RGB value is (174,208,160). Sum of RGB (Red+Green+Blue) = 174+208+160=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0A0 is #512F5F. Grayscale: #C0C0C0. Windows color (decimal): -5320544 or 10539182. OLE color: 10539182.
HSL color Cylindrical-coordinate representation of color #AED0A0: hue angle of 102.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED0A0 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 160 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.18 |
| HSL | 102.5º | 0.34% | 0.72% | - |
| HSV(B) | 102.5º | 0.23% | 0.82% | - |
| XYZ | 46.36 | 56.65 | 41.75 | - |
| YUV | 192.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 160 | 0.16 | 0 | 0.23 | 0.18 | 102.5 | 0.34 | 0.72 |
| Hex | AE | D0 | A0 | 10 | 0 | 17 | 12 | 66 | 22 | 48 |
| Octal | 256 | 320 | 240 | 20 | 0 | 27 | 22 | 146 | 42 | 110 |
| Binary | 10101110 | 11010000 | 10100000 | 10000 | 0 | 10111 | 10010 | 1100110 | 100010 | 1001000 |
Color Harmonies of #AED0A0
Complementary color
Monochromatic Colors of #AED0A0
Black with #AED0A0
Text Example
Text Example
White with #AED0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0A0; }
p { color: rgb(174,208,160); }
H1.HeaderClassName
{
color: #AED0A0;
}
.AnyTagClassName
{
color: #AED0A0;
}
</style>
background-color css
<style>
a { background-color: #AED0A0; }
a { background-color: rgb(174,208,160); }
div.DivClassName
{
background-color: #AED0A0;
}
.BgClassName
{
background-color: #AED0A0;
}
</style>
border-color css
<style>
span { border-color: #AED0A0; }
span { border-color: rgb(174,208,160); }
td.TdClassName
{
border-color: #AED0A0;
}
.TagClassName
{
border-color: #AED0A0;
}
</style>