Shades of Zanah #AFD2AF
Tints of Zanah #AFD2AF
RGB
CMYK
RGB Variations
Color information
#AFD2AF (or 0xAFD2AF) is known color: Zanah. HEX triplet: AF, D2 and AF. RGB value is (175,210,175). Sum of RGB (Red+Green+Blue) = 175+210+175=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2AF is #502D50. Grayscale: #C3C3C3. Windows color (decimal): -5254481 or 11522735. OLE color: 11522735.
HSL color Cylindrical-coordinate representation of color #AFD2AF: hue angle of 120º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2AF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 175 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.18 |
| HSL | 120º | 0.28% | 0.75% | - |
| HSV(B) | 120º | 0.17% | 0.82% | - |
| XYZ | 48.46 | 58.3 | 49.26 | - |
| YUV | 195.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 175 | 0.17 | 0 | 0.17 | 0.18 | 120 | 0.28 | 0.75 |
| Hex | AF | D2 | AF | 11 | 0 | 11 | 12 | 78 | 1C | 4B |
| Octal | 257 | 322 | 257 | 21 | 0 | 21 | 22 | 170 | 34 | 113 |
| Binary | 10101111 | 11010010 | 10101111 | 10001 | 0 | 10001 | 10010 | 1111000 | 11100 | 1001011 |
Color Harmonies of #AFD2AF
Complementary color
Monochromatic Colors of #AFD2AF
Black with #AFD2AF
Text Example
Text Example
White with #AFD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD2AF; }
p { color: rgb(175,210,175); }
H1.HeaderClassName
{
color: #AFD2AF;
}
.AnyTagClassName
{
color: #AFD2AF;
}
</style>
background-color css
<style>
a { background-color: #AFD2AF; }
a { background-color: rgb(175,210,175); }
div.DivClassName
{
background-color: #AFD2AF;
}
.BgClassName
{
background-color: #AFD2AF;
}
</style>
border-color css
<style>
span { border-color: #AFD2AF; }
span { border-color: rgb(175,210,175); }
td.TdClassName
{
border-color: #AFD2AF;
}
.TagClassName
{
border-color: #AFD2AF;
}
</style>