Shades of Zanah #AFCFAB
Tints of Zanah #AFCFAB
RGB
CMYK
RGB Variations
Color information
#AFCFAB (or 0xAFCFAB) is known color: Zanah. HEX triplet: AF, CF and AB. RGB value is (175,207,171). Sum of RGB (Red+Green+Blue) = 175+207+171=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCFAB is #503054. Grayscale: #C1C1C1. Windows color (decimal): -5255253 or 11259823. OLE color: 11259823.
HSL color Cylindrical-coordinate representation of color #AFCFAB: hue angle of 113.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFCFAB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 171 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.19 |
| HSL | 113.33º | 0.27% | 0.74% | - |
| HSV(B) | 113.33º | 0.17% | 0.81% | - |
| XYZ | 47.34 | 56.68 | 46.97 | - |
| YUV | 193.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 171 | 0.15 | 0 | 0.17 | 0.19 | 113.33 | 0.27 | 0.74 |
| Hex | AF | CF | AB | F | 0 | 11 | 13 | 71 | 1B | 4A |
| Octal | 257 | 317 | 253 | 17 | 0 | 21 | 23 | 161 | 33 | 112 |
| Binary | 10101111 | 11001111 | 10101011 | 1111 | 0 | 10001 | 10011 | 1110001 | 11011 | 1001010 |
Color Harmonies of #AFCFAB
Complementary color
Monochromatic Colors of #AFCFAB
Black with #AFCFAB
Text Example
Text Example
White with #AFCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCFAB; }
p { color: rgb(175,207,171); }
H1.HeaderClassName
{
color: #AFCFAB;
}
.AnyTagClassName
{
color: #AFCFAB;
}
</style>
background-color css
<style>
a { background-color: #AFCFAB; }
a { background-color: rgb(175,207,171); }
div.DivClassName
{
background-color: #AFCFAB;
}
.BgClassName
{
background-color: #AFCFAB;
}
</style>
border-color css
<style>
span { border-color: #AFCFAB; }
span { border-color: rgb(175,207,171); }
td.TdClassName
{
border-color: #AFCFAB;
}
.TagClassName
{
border-color: #AFCFAB;
}
</style>