Shades of Madang #AED5A3
Tints of Madang #AED5A3
RGB
CMYK
RGB Variations
Color information
#AED5A3 (or 0xAED5A3) is known color: Madang. HEX triplet: AE, D5 and A3. RGB value is (174,213,163). Sum of RGB (Red+Green+Blue) = 174+213+163=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED5A3 is #512A5C. Grayscale: #C3C3C3. Windows color (decimal): -5319261 or 10737070. OLE color: 10737070.
HSL color Cylindrical-coordinate representation of color #AED5A3: hue angle of 106.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED5A3 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 163 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.16 |
| HSL | 106.8º | 0.37% | 0.74% | - |
| HSV(B) | 106.8º | 0.23% | 0.84% | - |
| XYZ | 47.86 | 59.23 | 43.56 | - |
| YUV | 195.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 163 | 0.18 | 0 | 0.23 | 0.16 | 106.8 | 0.37 | 0.74 |
| Hex | AE | D5 | A3 | 12 | 0 | 17 | 10 | 6B | 25 | 4A |
| Octal | 256 | 325 | 243 | 22 | 0 | 27 | 20 | 153 | 45 | 112 |
| Binary | 10101110 | 11010101 | 10100011 | 10010 | 0 | 10111 | 10000 | 1101011 | 100101 | 1001010 |
Color Harmonies of #AED5A3
Complementary color
Monochromatic Colors of #AED5A3
Black with #AED5A3
Text Example
Text Example
White with #AED5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5A3; }
p { color: rgb(174,213,163); }
H1.HeaderClassName
{
color: #AED5A3;
}
.AnyTagClassName
{
color: #AED5A3;
}
</style>
background-color css
<style>
a { background-color: #AED5A3; }
a { background-color: rgb(174,213,163); }
div.DivClassName
{
background-color: #AED5A3;
}
.BgClassName
{
background-color: #AED5A3;
}
</style>
border-color css
<style>
span { border-color: #AED5A3; }
span { border-color: rgb(174,213,163); }
td.TdClassName
{
border-color: #AED5A3;
}
.TagClassName
{
border-color: #AED5A3;
}
</style>