Shades of Zanah #AECDAE
Tints of Zanah #AECDAE
RGB
CMYK
RGB Variations
Color information
#AECDAE (or 0xAECDAE) is known color: Zanah. HEX triplet: AE, CD and AE. RGB value is (174,205,174). Sum of RGB (Red+Green+Blue) = 174+205+174=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDAE is #513251. Grayscale: #C0C0C0. Windows color (decimal): -5321298 or 11455918. OLE color: 11455918.
HSL color Cylindrical-coordinate representation of color #AECDAE: hue angle of 120º degrees, saturation: 0.24, 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 #AECDAE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 174 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.20 |
| HSL | 120º | 0.24% | 0.74% | - |
| HSV(B) | 120º | 0.15% | 0.8% | - |
| XYZ | 46.93 | 55.72 | 48.33 | - |
| YUV | 192.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 174 | 0.15 | 0 | 0.15 | 0.20 | 120 | 0.24 | 0.74 |
| Hex | AE | CD | AE | F | 0 | F | 14 | 78 | 18 | 4A |
| Octal | 256 | 315 | 256 | 17 | 0 | 17 | 24 | 170 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10101110 | 1111 | 0 | 1111 | 10100 | 1111000 | 11000 | 1001010 |
Color Harmonies of #AECDAE
Complementary color
Monochromatic Colors of #AECDAE
Black with #AECDAE
Text Example
Text Example
White with #AECDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDAE; }
p { color: rgb(174,205,174); }
H1.HeaderClassName
{
color: #AECDAE;
}
.AnyTagClassName
{
color: #AECDAE;
}
</style>
background-color css
<style>
a { background-color: #AECDAE; }
a { background-color: rgb(174,205,174); }
div.DivClassName
{
background-color: #AECDAE;
}
.BgClassName
{
background-color: #AECDAE;
}
</style>
border-color css
<style>
span { border-color: #AECDAE; }
span { border-color: rgb(174,205,174); }
td.TdClassName
{
border-color: #AECDAE;
}
.TagClassName
{
border-color: #AECDAE;
}
</style>