Shades of Madang #AED0A4
Tints of Madang #AED0A4
RGB
CMYK
RGB Variations
Color information
#AED0A4 (or 0xAED0A4) is known color: Madang. HEX triplet: AE, D0 and A4. RGB value is (174,208,164). Sum of RGB (Red+Green+Blue) = 174+208+164=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0A4 is #512F5B. Grayscale: #C0C0C0. Windows color (decimal): -5320540 or 10801326. OLE color: 10801326.
HSL color Cylindrical-coordinate representation of color #AED0A4: hue angle of 106.36º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED0A4 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 164 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.18 |
| HSL | 106.36º | 0.32% | 0.73% | - |
| HSV(B) | 106.36º | 0.21% | 0.82% | - |
| XYZ | 46.71 | 56.79 | 43.62 | - |
| YUV | 192.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 164 | 0.16 | 0 | 0.21 | 0.18 | 106.36 | 0.32 | 0.73 |
| Hex | AE | D0 | A4 | 10 | 0 | 15 | 12 | 6A | 20 | 49 |
| Octal | 256 | 320 | 244 | 20 | 0 | 25 | 22 | 152 | 40 | 111 |
| Binary | 10101110 | 11010000 | 10100100 | 10000 | 0 | 10101 | 10010 | 1101010 | 100000 | 1001001 |
Color Harmonies of #AED0A4
Complementary color
Monochromatic Colors of #AED0A4
Black with #AED0A4
Text Example
Text Example
White with #AED0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0A4; }
p { color: rgb(174,208,164); }
H1.HeaderClassName
{
color: #AED0A4;
}
.AnyTagClassName
{
color: #AED0A4;
}
</style>
background-color css
<style>
a { background-color: #AED0A4; }
a { background-color: rgb(174,208,164); }
div.DivClassName
{
background-color: #AED0A4;
}
.BgClassName
{
background-color: #AED0A4;
}
</style>
border-color css
<style>
span { border-color: #AED0A4; }
span { border-color: rgb(174,208,164); }
td.TdClassName
{
border-color: #AED0A4;
}
.TagClassName
{
border-color: #AED0A4;
}
</style>