Shades of Zanah #AFC9AB
Tints of Zanah #AFC9AB
RGB
CMYK
RGB Variations
Color information
#AFC9AB (or 0xAFC9AB) is known color: Zanah. HEX triplet: AF, C9 and AB. RGB value is (175,201,171). Sum of RGB (Red+Green+Blue) = 175+201+171=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AB is #503654. Grayscale: #BDBDBD. Windows color (decimal): -5256789 or 11258287. OLE color: 11258287.
HSL color Cylindrical-coordinate representation of color #AFC9AB: hue angle of 112º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC9AB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 171 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.21 |
| HSL | 112º | 0.22% | 0.73% | - |
| HSV(B) | 112º | 0.15% | 0.79% | - |
| XYZ | 45.92 | 53.83 | 46.5 | - |
| YUV | 189.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 171 | 0.13 | 0 | 0.15 | 0.21 | 112 | 0.22 | 0.73 |
| Hex | AF | C9 | AB | D | 0 | F | 15 | 70 | 16 | 49 |
| Octal | 257 | 311 | 253 | 15 | 0 | 17 | 25 | 160 | 26 | 111 |
| Binary | 10101111 | 11001001 | 10101011 | 1101 | 0 | 1111 | 10101 | 1110000 | 10110 | 1001001 |
Color Harmonies of #AFC9AB
Complementary color
Monochromatic Colors of #AFC9AB
Black with #AFC9AB
Text Example
Text Example
White with #AFC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9AB; }
p { color: rgb(175,201,171); }
H1.HeaderClassName
{
color: #AFC9AB;
}
.AnyTagClassName
{
color: #AFC9AB;
}
</style>
background-color css
<style>
a { background-color: #AFC9AB; }
a { background-color: rgb(175,201,171); }
div.DivClassName
{
background-color: #AFC9AB;
}
.BgClassName
{
background-color: #AFC9AB;
}
</style>
border-color css
<style>
span { border-color: #AFC9AB; }
span { border-color: rgb(175,201,171); }
td.TdClassName
{
border-color: #AFC9AB;
}
.TagClassName
{
border-color: #AFC9AB;
}
</style>