Shades of Zanah #AFCEAC
Tints of Zanah #AFCEAC
RGB
CMYK
RGB Variations
Color information
#AFCEAC (or 0xAFCEAC) is known color: Zanah. HEX triplet: AF, CE and AC. RGB value is (175,206,172). Sum of RGB (Red+Green+Blue) = 175+206+172=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEAC is #503153. Grayscale: #C0C0C0. Windows color (decimal): -5255508 or 11325103. OLE color: 11325103.
HSL color Cylindrical-coordinate representation of color #AFCEAC: hue angle of 114.71º degrees, saturation: 0.26, 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 #AFCEAC is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 172 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.19 |
| HSL | 114.71º | 0.26% | 0.74% | - |
| HSV(B) | 114.71º | 0.17% | 0.81% | - |
| XYZ | 47.2 | 56.24 | 47.4 | - |
| YUV | 192.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 172 | 0.15 | 0 | 0.17 | 0.19 | 114.71 | 0.26 | 0.74 |
| Hex | AF | CE | AC | F | 0 | 11 | 13 | 73 | 1A | 4A |
| Octal | 257 | 316 | 254 | 17 | 0 | 21 | 23 | 163 | 32 | 112 |
| Binary | 10101111 | 11001110 | 10101100 | 1111 | 0 | 10001 | 10011 | 1110011 | 11010 | 1001010 |
Color Harmonies of #AFCEAC
Complementary color
Monochromatic Colors of #AFCEAC
Black with #AFCEAC
Text Example
Text Example
White with #AFCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEAC; }
p { color: rgb(175,206,172); }
H1.HeaderClassName
{
color: #AFCEAC;
}
.AnyTagClassName
{
color: #AFCEAC;
}
</style>
background-color css
<style>
a { background-color: #AFCEAC; }
a { background-color: rgb(175,206,172); }
div.DivClassName
{
background-color: #AFCEAC;
}
.BgClassName
{
background-color: #AFCEAC;
}
</style>
border-color css
<style>
span { border-color: #AFCEAC; }
span { border-color: rgb(175,206,172); }
td.TdClassName
{
border-color: #AFCEAC;
}
.TagClassName
{
border-color: #AFCEAC;
}
</style>