Shades of Madang #AFD7A1
Tints of Madang #AFD7A1
RGB
CMYK
RGB Variations
Color information
#AFD7A1 (or 0xAFD7A1) is known color: Madang. HEX triplet: AF, D7 and A1. RGB value is (175,215,161). Sum of RGB (Red+Green+Blue) = 175+215+161=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7A1 is #50285E. Grayscale: #C5C5C5. Windows color (decimal): -5253215 or 10606511. OLE color: 10606511.
HSL color Cylindrical-coordinate representation of color #AFD7A1: hue angle of 104.44º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD7A1 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 215 | 161 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.16 |
| HSL | 104.44º | 0.4% | 0.74% | - |
| HSV(B) | 104.44º | 0.25% | 0.84% | - |
| XYZ | 48.41 | 60.29 | 42.8 | - |
| YUV | 196.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 215 | 161 | 0.19 | 0 | 0.25 | 0.16 | 104.44 | 0.4 | 0.74 |
| Hex | AF | D7 | A1 | 13 | 0 | 19 | 10 | 68 | 28 | 4A |
| Octal | 257 | 327 | 241 | 23 | 0 | 31 | 20 | 150 | 50 | 112 |
| Binary | 10101111 | 11010111 | 10100001 | 10011 | 0 | 11001 | 10000 | 1101000 | 101000 | 1001010 |
Color Harmonies of #AFD7A1
Complementary color
Monochromatic Colors of #AFD7A1
Black with #AFD7A1
Text Example
Text Example
White with #AFD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD7A1; }
p { color: rgb(175,215,161); }
H1.HeaderClassName
{
color: #AFD7A1;
}
.AnyTagClassName
{
color: #AFD7A1;
}
</style>
background-color css
<style>
a { background-color: #AFD7A1; }
a { background-color: rgb(175,215,161); }
div.DivClassName
{
background-color: #AFD7A1;
}
.BgClassName
{
background-color: #AFD7A1;
}
</style>
border-color css
<style>
span { border-color: #AFD7A1; }
span { border-color: rgb(175,215,161); }
td.TdClassName
{
border-color: #AFD7A1;
}
.TagClassName
{
border-color: #AFD7A1;
}
</style>