Shades of Madang #AFD2A5
Tints of Madang #AFD2A5
RGB
CMYK
RGB Variations
Color information
#AFD2A5 (or 0xAFD2A5) is known color: Madang. HEX triplet: AF, D2 and A5. RGB value is (175,210,165). Sum of RGB (Red+Green+Blue) = 175+210+165=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2A5 is #502D5A. Grayscale: #C2C2C2. Windows color (decimal): -5254491 or 10867375. OLE color: 10867375.
HSL color Cylindrical-coordinate representation of color #AFD2A5: hue angle of 106.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD2A5 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 165 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.18 |
| HSL | 106.67º | 0.33% | 0.74% | - |
| HSV(B) | 106.67º | 0.21% | 0.82% | - |
| XYZ | 47.52 | 57.92 | 44.27 | - |
| YUV | 194.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 165 | 0.17 | 0 | 0.21 | 0.18 | 106.67 | 0.33 | 0.74 |
| Hex | AF | D2 | A5 | 11 | 0 | 15 | 12 | 6B | 21 | 4A |
| Octal | 257 | 322 | 245 | 21 | 0 | 25 | 22 | 153 | 41 | 112 |
| Binary | 10101111 | 11010010 | 10100101 | 10001 | 0 | 10101 | 10010 | 1101011 | 100001 | 1001010 |
Color Harmonies of #AFD2A5
Complementary color
Monochromatic Colors of #AFD2A5
Black with #AFD2A5
Text Example
Text Example
White with #AFD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2A5; }
p { color: rgb(175,210,165); }
H1.HeaderClassName
{
color: #AFD2A5;
}
.AnyTagClassName
{
color: #AFD2A5;
}
</style>
background-color css
<style>
a { background-color: #AFD2A5; }
a { background-color: rgb(175,210,165); }
div.DivClassName
{
background-color: #AFD2A5;
}
.BgClassName
{
background-color: #AFD2A5;
}
</style>
border-color css
<style>
span { border-color: #AFD2A5; }
span { border-color: rgb(175,210,165); }
td.TdClassName
{
border-color: #AFD2A5;
}
.TagClassName
{
border-color: #AFD2A5;
}
</style>