Shades of Zanah #AECDAF
Tints of Zanah #AECDAF
RGB
CMYK
RGB Variations
Color information
#AECDAF (or 0xAECDAF) is known color: Zanah. HEX triplet: AE, CD and AF. RGB value is (174,205,175). Sum of RGB (Red+Green+Blue) = 174+205+175=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDAF is #513250. Grayscale: #C0C0C0. Windows color (decimal): -5321297 or 11521454. OLE color: 11521454.
HSL color Cylindrical-coordinate representation of color #AECDAF: hue angle of 121.94º 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 #AECDAF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 175 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.20 |
| HSL | 121.94º | 0.24% | 0.74% | - |
| HSV(B) | 121.94º | 0.15% | 0.8% | - |
| XYZ | 47.02 | 55.76 | 48.84 | - |
| YUV | 192.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 175 | 0.15 | 0 | 0.15 | 0.20 | 121.94 | 0.24 | 0.74 |
| Hex | AE | CD | AF | F | 0 | F | 14 | 7A | 18 | 4A |
| Octal | 256 | 315 | 257 | 17 | 0 | 17 | 24 | 172 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10101111 | 1111 | 0 | 1111 | 10100 | 1111010 | 11000 | 1001010 |
Color Harmonies of #AECDAF
Complementary color
Monochromatic Colors of #AECDAF
Black with #AECDAF
Text Example
Text Example
White with #AECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDAF; }
p { color: rgb(174,205,175); }
H1.HeaderClassName
{
color: #AECDAF;
}
.AnyTagClassName
{
color: #AECDAF;
}
</style>
background-color css
<style>
a { background-color: #AECDAF; }
a { background-color: rgb(174,205,175); }
div.DivClassName
{
background-color: #AECDAF;
}
.BgClassName
{
background-color: #AECDAF;
}
</style>
border-color css
<style>
span { border-color: #AECDAF; }
span { border-color: rgb(174,205,175); }
td.TdClassName
{
border-color: #AECDAF;
}
.TagClassName
{
border-color: #AECDAF;
}
</style>