Shades of Madang #AFD0A0
Tints of Madang #AFD0A0
RGB
CMYK
RGB Variations
Color information
#AFD0A0 (or 0xAFD0A0) is known color: Madang. HEX triplet: AF, D0 and A0. RGB value is (175,208,160). Sum of RGB (Red+Green+Blue) = 175+208+160=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0A0 is #502F5F. Grayscale: #C0C0C0. Windows color (decimal): -5255008 or 10539183. OLE color: 10539183.
HSL color Cylindrical-coordinate representation of color #AFD0A0: hue angle of 101.25º 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 #AFD0A0 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 160 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.18 |
| HSL | 101.25º | 0.34% | 0.72% | - |
| HSV(B) | 101.25º | 0.23% | 0.82% | - |
| XYZ | 46.58 | 56.76 | 41.76 | - |
| YUV | 192.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 160 | 0.16 | 0 | 0.23 | 0.18 | 101.25 | 0.34 | 0.72 |
| Hex | AF | D0 | A0 | 10 | 0 | 17 | 12 | 65 | 22 | 48 |
| Octal | 257 | 320 | 240 | 20 | 0 | 27 | 22 | 145 | 42 | 110 |
| Binary | 10101111 | 11010000 | 10100000 | 10000 | 0 | 10111 | 10010 | 1100101 | 100010 | 1001000 |
Color Harmonies of #AFD0A0
Complementary color
Monochromatic Colors of #AFD0A0
Black with #AFD0A0
Text Example
Text Example
White with #AFD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD0A0; }
p { color: rgb(175,208,160); }
H1.HeaderClassName
{
color: #AFD0A0;
}
.AnyTagClassName
{
color: #AFD0A0;
}
</style>
background-color css
<style>
a { background-color: #AFD0A0; }
a { background-color: rgb(175,208,160); }
div.DivClassName
{
background-color: #AFD0A0;
}
.BgClassName
{
background-color: #AFD0A0;
}
</style>
border-color css
<style>
span { border-color: #AFD0A0; }
span { border-color: rgb(175,208,160); }
td.TdClassName
{
border-color: #AFD0A0;
}
.TagClassName
{
border-color: #AFD0A0;
}
</style>