Shades of Zanah #AECFA9
Tints of Zanah #AECFA9
RGB
CMYK
RGB Variations
Color information
#AECFA9 (or 0xAECFA9) is known color: Zanah. HEX triplet: AE, CF and A9. RGB value is (174,207,169). Sum of RGB (Red+Green+Blue) = 174+207+169=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA9 is #513056. Grayscale: #C0C0C0. Windows color (decimal): -5320791 or 11128750. OLE color: 11128750.
HSL color Cylindrical-coordinate representation of color #AECFA9: hue angle of 112.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECFA9 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 169 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.19 |
| HSL | 112.11º | 0.28% | 0.74% | - |
| HSV(B) | 112.11º | 0.18% | 0.81% | - |
| XYZ | 46.93 | 56.49 | 45.97 | - |
| YUV | 192.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 169 | 0.16 | 0 | 0.18 | 0.19 | 112.11 | 0.28 | 0.74 |
| Hex | AE | CF | A9 | 10 | 0 | 12 | 13 | 70 | 1C | 4A |
| Octal | 256 | 317 | 251 | 20 | 0 | 22 | 23 | 160 | 34 | 112 |
| Binary | 10101110 | 11001111 | 10101001 | 10000 | 0 | 10010 | 10011 | 1110000 | 11100 | 1001010 |
Color Harmonies of #AECFA9
Complementary color
Monochromatic Colors of #AECFA9
Black with #AECFA9
Text Example
Text Example
White with #AECFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFA9; }
p { color: rgb(174,207,169); }
H1.HeaderClassName
{
color: #AECFA9;
}
.AnyTagClassName
{
color: #AECFA9;
}
</style>
background-color css
<style>
a { background-color: #AECFA9; }
a { background-color: rgb(174,207,169); }
div.DivClassName
{
background-color: #AECFA9;
}
.BgClassName
{
background-color: #AECFA9;
}
</style>
border-color css
<style>
span { border-color: #AECFA9; }
span { border-color: rgb(174,207,169); }
td.TdClassName
{
border-color: #AECFA9;
}
.TagClassName
{
border-color: #AECFA9;
}
</style>