Shades of Madang #AFD1A3
Tints of Madang #AFD1A3
RGB
CMYK
RGB Variations
Color information
#AFD1A3 (or 0xAFD1A3) is known color: Madang. HEX triplet: AF, D1 and A3. RGB value is (175,209,163). Sum of RGB (Red+Green+Blue) = 175+209+163=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1A3 is #502E5C. Grayscale: #C1C1C1. Windows color (decimal): -5254749 or 10736047. OLE color: 10736047.
HSL color Cylindrical-coordinate representation of color #AFD1A3: hue angle of 104.35º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFD1A3 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 163 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.18 |
| HSL | 104.35º | 0.33% | 0.73% | - |
| HSV(B) | 104.35º | 0.22% | 0.82% | - |
| XYZ | 47.09 | 57.36 | 43.24 | - |
| YUV | 193.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 163 | 0.16 | 0 | 0.22 | 0.18 | 104.35 | 0.33 | 0.73 |
| Hex | AF | D1 | A3 | 10 | 0 | 16 | 12 | 68 | 21 | 49 |
| Octal | 257 | 321 | 243 | 20 | 0 | 26 | 22 | 150 | 41 | 111 |
| Binary | 10101111 | 11010001 | 10100011 | 10000 | 0 | 10110 | 10010 | 1101000 | 100001 | 1001001 |
Color Harmonies of #AFD1A3
Complementary color
Monochromatic Colors of #AFD1A3
Black with #AFD1A3
Text Example
Text Example
White with #AFD1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1A3; }
p { color: rgb(175,209,163); }
H1.HeaderClassName
{
color: #AFD1A3;
}
.AnyTagClassName
{
color: #AFD1A3;
}
</style>
background-color css
<style>
a { background-color: #AFD1A3; }
a { background-color: rgb(175,209,163); }
div.DivClassName
{
background-color: #AFD1A3;
}
.BgClassName
{
background-color: #AFD1A3;
}
</style>
border-color css
<style>
span { border-color: #AFD1A3; }
span { border-color: rgb(175,209,163); }
td.TdClassName
{
border-color: #AFD1A3;
}
.TagClassName
{
border-color: #AFD1A3;
}
</style>