Shades of Zanah #AECFAA
Tints of Zanah #AECFAA
RGB
CMYK
RGB Variations
Color information
#AECFAA (or 0xAECFAA) is known color: Zanah. HEX triplet: AE, CF and AA. RGB value is (174,207,170). Sum of RGB (Red+Green+Blue) = 174+207+170=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFAA is #513055. Grayscale: #C1C1C1. Windows color (decimal): -5320790 or 11194286. OLE color: 11194286.
HSL color Cylindrical-coordinate representation of color #AECFAA: hue angle of 113.51º 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 #AECFAA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 170 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.19 |
| HSL | 113.51º | 0.28% | 0.74% | - |
| HSV(B) | 113.51º | 0.18% | 0.81% | - |
| XYZ | 47.02 | 56.53 | 46.46 | - |
| YUV | 192.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 170 | 0.16 | 0 | 0.18 | 0.19 | 113.51 | 0.28 | 0.74 |
| Hex | AE | CF | AA | 10 | 0 | 12 | 13 | 72 | 1C | 4A |
| Octal | 256 | 317 | 252 | 20 | 0 | 22 | 23 | 162 | 34 | 112 |
| Binary | 10101110 | 11001111 | 10101010 | 10000 | 0 | 10010 | 10011 | 1110010 | 11100 | 1001010 |
Color Harmonies of #AECFAA
Complementary color
Monochromatic Colors of #AECFAA
Black with #AECFAA
Text Example
Text Example
White with #AECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFAA; }
p { color: rgb(174,207,170); }
H1.HeaderClassName
{
color: #AECFAA;
}
.AnyTagClassName
{
color: #AECFAA;
}
</style>
background-color css
<style>
a { background-color: #AECFAA; }
a { background-color: rgb(174,207,170); }
div.DivClassName
{
background-color: #AECFAA;
}
.BgClassName
{
background-color: #AECFAA;
}
</style>
border-color css
<style>
span { border-color: #AECFAA; }
span { border-color: rgb(174,207,170); }
td.TdClassName
{
border-color: #AECFAA;
}
.TagClassName
{
border-color: #AECFAA;
}
</style>