Shades of Zanah #AECDA8
Tints of Zanah #AECDA8
RGB
CMYK
RGB Variations
Color information
#AECDA8 (or 0xAECDA8) is known color: Zanah. HEX triplet: AE, CD and A8. RGB value is (174,205,168). Sum of RGB (Red+Green+Blue) = 174+205+168=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDA8 is #513257. Grayscale: #BFBFBF. Windows color (decimal): -5321304 or 11062702. OLE color: 11062702.
HSL color Cylindrical-coordinate representation of color #AECDA8: hue angle of 110.27º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 168 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.20 |
| HSL | 110.27º | 0.27% | 0.73% | - |
| HSV(B) | 110.27º | 0.18% | 0.8% | - |
| XYZ | 46.35 | 55.49 | 45.31 | - |
| YUV | 191.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 168 | 0.15 | 0 | 0.18 | 0.20 | 110.27 | 0.27 | 0.73 |
| Hex | AE | CD | A8 | F | 0 | 12 | 14 | 6E | 1B | 49 |
| Octal | 256 | 315 | 250 | 17 | 0 | 22 | 24 | 156 | 33 | 111 |
| Binary | 10101110 | 11001101 | 10101000 | 1111 | 0 | 10010 | 10100 | 1101110 | 11011 | 1001001 |
Color Harmonies of #AECDA8
Complementary color
Monochromatic Colors of #AECDA8
Black with #AECDA8
Text Example
Text Example
White with #AECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDA8; }
p { color: rgb(174,205,168); }
H1.HeaderClassName
{
color: #AECDA8;
}
.AnyTagClassName
{
color: #AECDA8;
}
</style>
background-color css
<style>
a { background-color: #AECDA8; }
a { background-color: rgb(174,205,168); }
div.DivClassName
{
background-color: #AECDA8;
}
.BgClassName
{
background-color: #AECDA8;
}
</style>
border-color css
<style>
span { border-color: #AECDA8; }
span { border-color: rgb(174,205,168); }
td.TdClassName
{
border-color: #AECDA8;
}
.TagClassName
{
border-color: #AECDA8;
}
</style>