Shades of Madang #AFD3A0
Tints of Madang #AFD3A0
RGB
CMYK
RGB Variations
Color information
#AFD3A0 (or 0xAFD3A0) is known color: Madang. HEX triplet: AF, D3 and A0. RGB value is (175,211,160). Sum of RGB (Red+Green+Blue) = 175+211+160=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD3A0 is #502C5F. Grayscale: #C2C2C2. Windows color (decimal): -5254240 or 10539951. OLE color: 10539951.
HSL color Cylindrical-coordinate representation of color #AFD3A0: hue angle of 102.35º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD3A0 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 160 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.17 |
| HSL | 102.35º | 0.37% | 0.73% | - |
| HSV(B) | 102.35º | 0.24% | 0.83% | - |
| XYZ | 47.32 | 58.24 | 42.01 | - |
| YUV | 194.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 160 | 0.17 | 0 | 0.24 | 0.17 | 102.35 | 0.37 | 0.73 |
| Hex | AF | D3 | A0 | 11 | 0 | 18 | 11 | 66 | 25 | 49 |
| Octal | 257 | 323 | 240 | 21 | 0 | 30 | 21 | 146 | 45 | 111 |
| Binary | 10101111 | 11010011 | 10100000 | 10001 | 0 | 11000 | 10001 | 1100110 | 100101 | 1001001 |
Color Harmonies of #AFD3A0
Complementary color
Monochromatic Colors of #AFD3A0
Black with #AFD3A0
Text Example
Text Example
White with #AFD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD3A0; }
p { color: rgb(175,211,160); }
H1.HeaderClassName
{
color: #AFD3A0;
}
.AnyTagClassName
{
color: #AFD3A0;
}
</style>
background-color css
<style>
a { background-color: #AFD3A0; }
a { background-color: rgb(175,211,160); }
div.DivClassName
{
background-color: #AFD3A0;
}
.BgClassName
{
background-color: #AFD3A0;
}
</style>
border-color css
<style>
span { border-color: #AFD3A0; }
span { border-color: rgb(175,211,160); }
td.TdClassName
{
border-color: #AFD3A0;
}
.TagClassName
{
border-color: #AFD3A0;
}
</style>