Shades of Zanah #AFD1AA
Tints of Zanah #AFD1AA
RGB
CMYK
RGB Variations
Color information
#AFD1AA (or 0xAFD1AA) is known color: Zanah. HEX triplet: AF, D1 and AA. RGB value is (175,209,170). Sum of RGB (Red+Green+Blue) = 175+209+170=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD1AA is #502E55. Grayscale: #C2C2C2. Windows color (decimal): -5254742 or 11194799. OLE color: 11194799.
HSL color Cylindrical-coordinate representation of color #AFD1AA: hue angle of 112.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD1AA is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 170 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.18 |
| HSL | 112.31º | 0.3% | 0.74% | - |
| HSV(B) | 112.31º | 0.19% | 0.82% | - |
| XYZ | 47.74 | 57.62 | 46.64 | - |
| YUV | 194.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 170 | 0.16 | 0 | 0.19 | 0.18 | 112.31 | 0.3 | 0.74 |
| Hex | AF | D1 | AA | 10 | 0 | 13 | 12 | 70 | 1E | 4A |
| Octal | 257 | 321 | 252 | 20 | 0 | 23 | 22 | 160 | 36 | 112 |
| Binary | 10101111 | 11010001 | 10101010 | 10000 | 0 | 10011 | 10010 | 1110000 | 11110 | 1001010 |
Color Harmonies of #AFD1AA
Complementary color
Monochromatic Colors of #AFD1AA
Black with #AFD1AA
Text Example
Text Example
White with #AFD1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD1AA; }
p { color: rgb(175,209,170); }
H1.HeaderClassName
{
color: #AFD1AA;
}
.AnyTagClassName
{
color: #AFD1AA;
}
</style>
background-color css
<style>
a { background-color: #AFD1AA; }
a { background-color: rgb(175,209,170); }
div.DivClassName
{
background-color: #AFD1AA;
}
.BgClassName
{
background-color: #AFD1AA;
}
</style>
border-color css
<style>
span { border-color: #AFD1AA; }
span { border-color: rgb(175,209,170); }
td.TdClassName
{
border-color: #AFD1AA;
}
.TagClassName
{
border-color: #AFD1AA;
}
</style>