Shades of Madang #AADCA0
Tints of Madang #AADCA0
RGB
CMYK
RGB Variations
Color information
#AADCA0 (or 0xAADCA0) is known color: Madang. HEX triplet: AA, DC and A0. RGB value is (170,220,160). Sum of RGB (Red+Green+Blue) = 170+220+160=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA0 is #55235F. Grayscale: #C6C6C6. Windows color (decimal): -5579616 or 10542250. OLE color: 10542250.
HSL color Cylindrical-coordinate representation of color #AADCA0: hue angle of 110º 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 #AADCA0 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 160 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.14 |
| HSL | 110º | 0.46% | 0.75% | - |
| HSV(B) | 110º | 0.27% | 0.86% | - |
| XYZ | 48.52 | 62.27 | 42.72 | - |
| YUV | 198.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 160 | 0.23 | 0 | 0.27 | 0.14 | 110 | 0.46 | 0.75 |
| Hex | AA | DC | A0 | 17 | 0 | 1B | E | 6E | 2E | 4B |
| Octal | 252 | 334 | 240 | 27 | 0 | 33 | 16 | 156 | 56 | 113 |
| Binary | 10101010 | 11011100 | 10100000 | 10111 | 0 | 11011 | 1110 | 1101110 | 101110 | 1001011 |
Color Harmonies of #AADCA0
Complementary color
Monochromatic Colors of #AADCA0
Black with #AADCA0
Text Example
Text Example
White with #AADCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCA0; }
p { color: rgb(170,220,160); }
H1.HeaderClassName
{
color: #AADCA0;
}
.AnyTagClassName
{
color: #AADCA0;
}
</style>
background-color css
<style>
a { background-color: #AADCA0; }
a { background-color: rgb(170,220,160); }
div.DivClassName
{
background-color: #AADCA0;
}
.BgClassName
{
background-color: #AADCA0;
}
</style>
border-color css
<style>
span { border-color: #AADCA0; }
span { border-color: rgb(170,220,160); }
td.TdClassName
{
border-color: #AADCA0;
}
.TagClassName
{
border-color: #AADCA0;
}
</style>