Shades of Zanah #AFCFAA
Tints of Zanah #AFCFAA
RGB
CMYK
RGB Variations
Color information
#AFCFAA (or 0xAFCFAA) is known color: Zanah. HEX triplet: AF, CF and AA. RGB value is (175,207,170). Sum of RGB (Red+Green+Blue) = 175+207+170=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFAA is #503055. Grayscale: #C1C1C1. Windows color (decimal): -5255254 or 11194287. OLE color: 11194287.
HSL color Cylindrical-coordinate representation of color #AFCFAA: hue angle of 111.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCFAA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 170 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.19 |
| HSL | 111.89º | 0.28% | 0.74% | - |
| HSV(B) | 111.89º | 0.18% | 0.81% | - |
| XYZ | 47.25 | 56.64 | 46.47 | - |
| YUV | 193.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 170 | 0.15 | 0 | 0.18 | 0.19 | 111.89 | 0.28 | 0.74 |
| Hex | AF | CF | AA | F | 0 | 12 | 13 | 70 | 1C | 4A |
| Octal | 257 | 317 | 252 | 17 | 0 | 22 | 23 | 160 | 34 | 112 |
| Binary | 10101111 | 11001111 | 10101010 | 1111 | 0 | 10010 | 10011 | 1110000 | 11100 | 1001010 |
Color Harmonies of #AFCFAA
Complementary color
Monochromatic Colors of #AFCFAA
Black with #AFCFAA
Text Example
Text Example
White with #AFCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFAA; }
p { color: rgb(175,207,170); }
H1.HeaderClassName
{
color: #AFCFAA;
}
.AnyTagClassName
{
color: #AFCFAA;
}
</style>
background-color css
<style>
a { background-color: #AFCFAA; }
a { background-color: rgb(175,207,170); }
div.DivClassName
{
background-color: #AFCFAA;
}
.BgClassName
{
background-color: #AFCFAA;
}
</style>
border-color css
<style>
span { border-color: #AFCFAA; }
span { border-color: rgb(175,207,170); }
td.TdClassName
{
border-color: #AFCFAA;
}
.TagClassName
{
border-color: #AFCFAA;
}
</style>