Shades of Zanah #AFCEAD
Tints of Zanah #AFCEAD
RGB
CMYK
RGB Variations
Color information
#AFCEAD (or 0xAFCEAD) is known color: Zanah. HEX triplet: AF, CE and AD. RGB value is (175,206,173). Sum of RGB (Red+Green+Blue) = 175+206+173=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEAD is #503152. Grayscale: #C1C1C1. Windows color (decimal): -5255507 or 11390639. OLE color: 11390639.
HSL color Cylindrical-coordinate representation of color #AFCEAD: hue angle of 116.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCEAD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 173 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.19 |
| HSL | 116.36º | 0.25% | 0.74% | - |
| HSV(B) | 116.36º | 0.16% | 0.81% | - |
| XYZ | 47.29 | 56.27 | 47.9 | - |
| YUV | 192.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 173 | 0.15 | 0 | 0.16 | 0.19 | 116.36 | 0.25 | 0.74 |
| Hex | AF | CE | AD | F | 0 | 10 | 13 | 74 | 19 | 4A |
| Octal | 257 | 316 | 255 | 17 | 0 | 20 | 23 | 164 | 31 | 112 |
| Binary | 10101111 | 11001110 | 10101101 | 1111 | 0 | 10000 | 10011 | 1110100 | 11001 | 1001010 |
Color Harmonies of #AFCEAD
Complementary color
Monochromatic Colors of #AFCEAD
Black with #AFCEAD
Text Example
Text Example
White with #AFCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCEAD; }
p { color: rgb(175,206,173); }
H1.HeaderClassName
{
color: #AFCEAD;
}
.AnyTagClassName
{
color: #AFCEAD;
}
</style>
background-color css
<style>
a { background-color: #AFCEAD; }
a { background-color: rgb(175,206,173); }
div.DivClassName
{
background-color: #AFCEAD;
}
.BgClassName
{
background-color: #AFCEAD;
}
</style>
border-color css
<style>
span { border-color: #AFCEAD; }
span { border-color: rgb(175,206,173); }
td.TdClassName
{
border-color: #AFCEAD;
}
.TagClassName
{
border-color: #AFCEAD;
}
</style>