Shades of Zanah #AFCCAE
Tints of Zanah #AFCCAE
RGB
CMYK
RGB Variations
Color information
#AFCCAE (or 0xAFCCAE) is known color: Zanah. HEX triplet: AF, CC and AE. RGB value is (175,204,174). Sum of RGB (Red+Green+Blue) = 175+204+174=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAE is #503351. Grayscale: #C0C0C0. Windows color (decimal): -5256018 or 11455663. OLE color: 11455663.
HSL color Cylindrical-coordinate representation of color #AFCCAE: hue angle of 118º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCCAE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 174 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.2 |
| HSL | 118º | 0.23% | 0.74% | - |
| HSV(B) | 118º | 0.15% | 0.8% | - |
| XYZ | 46.91 | 55.36 | 48.26 | - |
| YUV | 191.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 174 | 0.14 | 0 | 0.15 | 0.2 | 118 | 0.23 | 0.74 |
| Hex | AF | CC | AE | E | 0 | F | 14 | 76 | 17 | 4A |
| Octal | 257 | 314 | 256 | 16 | 0 | 17 | 24 | 166 | 27 | 112 |
| Binary | 10101111 | 11001100 | 10101110 | 1110 | 0 | 1111 | 10100 | 1110110 | 10111 | 1001010 |
Color Harmonies of #AFCCAE
Complementary color
Monochromatic Colors of #AFCCAE
Black with #AFCCAE
Text Example
Text Example
White with #AFCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCAE; }
p { color: rgb(175,204,174); }
H1.HeaderClassName
{
color: #AFCCAE;
}
.AnyTagClassName
{
color: #AFCCAE;
}
</style>
background-color css
<style>
a { background-color: #AFCCAE; }
a { background-color: rgb(175,204,174); }
div.DivClassName
{
background-color: #AFCCAE;
}
.BgClassName
{
background-color: #AFCCAE;
}
</style>
border-color css
<style>
span { border-color: #AFCCAE; }
span { border-color: rgb(175,204,174); }
td.TdClassName
{
border-color: #AFCCAE;
}
.TagClassName
{
border-color: #AFCCAE;
}
</style>