Shades of Madang #AED2A1
Tints of Madang #AED2A1
RGB
CMYK
RGB Variations
Color information
#AED2A1 (or 0xAED2A1) is known color: Madang. HEX triplet: AE, D2 and A1. RGB value is (174,210,161). Sum of RGB (Red+Green+Blue) = 174+210+161=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2A1 is #512D5E. Grayscale: #C1C1C1. Windows color (decimal): -5320031 or 10605230. OLE color: 10605230.
HSL color Cylindrical-coordinate representation of color #AED2A1: hue angle of 104.08º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED2A1 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 161 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.18 |
| HSL | 104.08º | 0.35% | 0.73% | - |
| HSV(B) | 104.08º | 0.23% | 0.82% | - |
| XYZ | 46.94 | 57.67 | 42.37 | - |
| YUV | 193.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 161 | 0.17 | 0 | 0.23 | 0.18 | 104.08 | 0.35 | 0.73 |
| Hex | AE | D2 | A1 | 11 | 0 | 17 | 12 | 68 | 23 | 49 |
| Octal | 256 | 322 | 241 | 21 | 0 | 27 | 22 | 150 | 43 | 111 |
| Binary | 10101110 | 11010010 | 10100001 | 10001 | 0 | 10111 | 10010 | 1101000 | 100011 | 1001001 |
Color Harmonies of #AED2A1
Complementary color
Monochromatic Colors of #AED2A1
Black with #AED2A1
Text Example
Text Example
White with #AED2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2A1; }
p { color: rgb(174,210,161); }
H1.HeaderClassName
{
color: #AED2A1;
}
.AnyTagClassName
{
color: #AED2A1;
}
</style>
background-color css
<style>
a { background-color: #AED2A1; }
a { background-color: rgb(174,210,161); }
div.DivClassName
{
background-color: #AED2A1;
}
.BgClassName
{
background-color: #AED2A1;
}
</style>
border-color css
<style>
span { border-color: #AED2A1; }
span { border-color: rgb(174,210,161); }
td.TdClassName
{
border-color: #AED2A1;
}
.TagClassName
{
border-color: #AED2A1;
}
</style>