Shades of Zanah #AFC9AC
Tints of Zanah #AFC9AC
RGB
CMYK
RGB Variations
Color information
#AFC9AC (or 0xAFC9AC) is known color: Zanah. HEX triplet: AF, C9 and AC. RGB value is (175,201,172). Sum of RGB (Red+Green+Blue) = 175+201+172=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AC is #503653. Grayscale: #BEBEBE. Windows color (decimal): -5256788 or 11323823. OLE color: 11323823.
HSL color Cylindrical-coordinate representation of color #AFC9AC: hue angle of 113.79º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC9AC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 172 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.21 |
| HSL | 113.79º | 0.21% | 0.73% | - |
| HSV(B) | 113.79º | 0.14% | 0.79% | - |
| XYZ | 46.01 | 53.87 | 47 | - |
| YUV | 189.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 172 | 0.13 | 0 | 0.14 | 0.21 | 113.79 | 0.21 | 0.73 |
| Hex | AF | C9 | AC | D | 0 | E | 15 | 72 | 15 | 49 |
| Octal | 257 | 311 | 254 | 15 | 0 | 16 | 25 | 162 | 25 | 111 |
| Binary | 10101111 | 11001001 | 10101100 | 1101 | 0 | 1110 | 10101 | 1110010 | 10101 | 1001001 |
Color Harmonies of #AFC9AC
Complementary color
Monochromatic Colors of #AFC9AC
Black with #AFC9AC
Text Example
Text Example
White with #AFC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9AC; }
p { color: rgb(175,201,172); }
H1.HeaderClassName
{
color: #AFC9AC;
}
.AnyTagClassName
{
color: #AFC9AC;
}
</style>
background-color css
<style>
a { background-color: #AFC9AC; }
a { background-color: rgb(175,201,172); }
div.DivClassName
{
background-color: #AFC9AC;
}
.BgClassName
{
background-color: #AFC9AC;
}
</style>
border-color css
<style>
span { border-color: #AFC9AC; }
span { border-color: rgb(175,201,172); }
td.TdClassName
{
border-color: #AFC9AC;
}
.TagClassName
{
border-color: #AFC9AC;
}
</style>