Shades of Madang #AFD5A1
Tints of Madang #AFD5A1
RGB
CMYK
RGB Variations
Color information
#AFD5A1 (or 0xAFD5A1) is known color: Madang. HEX triplet: AF, D5 and A1. RGB value is (175,213,161). Sum of RGB (Red+Green+Blue) = 175+213+161=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD5A1 is #502A5E. Grayscale: #C3C3C3. Windows color (decimal): -5253727 or 10605999. OLE color: 10605999.
HSL color Cylindrical-coordinate representation of color #AFD5A1: hue angle of 103.85º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD5A1 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 161 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.16 |
| HSL | 103.85º | 0.38% | 0.73% | - |
| HSV(B) | 103.85º | 0.24% | 0.84% | - |
| XYZ | 47.91 | 59.28 | 42.63 | - |
| YUV | 195.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 161 | 0.18 | 0 | 0.24 | 0.16 | 103.85 | 0.38 | 0.73 |
| Hex | AF | D5 | A1 | 12 | 0 | 18 | 10 | 68 | 26 | 49 |
| Octal | 257 | 325 | 241 | 22 | 0 | 30 | 20 | 150 | 46 | 111 |
| Binary | 10101111 | 11010101 | 10100001 | 10010 | 0 | 11000 | 10000 | 1101000 | 100110 | 1001001 |
Color Harmonies of #AFD5A1
Complementary color
Monochromatic Colors of #AFD5A1
Black with #AFD5A1
Text Example
Text Example
White with #AFD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD5A1; }
p { color: rgb(175,213,161); }
H1.HeaderClassName
{
color: #AFD5A1;
}
.AnyTagClassName
{
color: #AFD5A1;
}
</style>
background-color css
<style>
a { background-color: #AFD5A1; }
a { background-color: rgb(175,213,161); }
div.DivClassName
{
background-color: #AFD5A1;
}
.BgClassName
{
background-color: #AFD5A1;
}
</style>
border-color css
<style>
span { border-color: #AFD5A1; }
span { border-color: rgb(175,213,161); }
td.TdClassName
{
border-color: #AFD5A1;
}
.TagClassName
{
border-color: #AFD5A1;
}
</style>