Shades of Zanah #AECDAC
Tints of Zanah #AECDAC
RGB
CMYK
RGB Variations
Color information
#AECDAC (or 0xAECDAC) is known color: Zanah. HEX triplet: AE, CD and AC. RGB value is (174,205,172). Sum of RGB (Red+Green+Blue) = 174+205+172=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDAC is #513253. Grayscale: #C0C0C0. Windows color (decimal): -5321300 or 11324846. OLE color: 11324846.
HSL color Cylindrical-coordinate representation of color #AECDAC: hue angle of 116.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECDAC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 172 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.20 |
| HSL | 116.36º | 0.25% | 0.74% | - |
| HSV(B) | 116.36º | 0.16% | 0.8% | - |
| XYZ | 46.73 | 55.64 | 47.31 | - |
| YUV | 191.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 172 | 0.15 | 0 | 0.16 | 0.20 | 116.36 | 0.25 | 0.74 |
| Hex | AE | CD | AC | F | 0 | 10 | 14 | 74 | 19 | 4A |
| Octal | 256 | 315 | 254 | 17 | 0 | 20 | 24 | 164 | 31 | 112 |
| Binary | 10101110 | 11001101 | 10101100 | 1111 | 0 | 10000 | 10100 | 1110100 | 11001 | 1001010 |
Color Harmonies of #AECDAC
Complementary color
Monochromatic Colors of #AECDAC
Black with #AECDAC
Text Example
Text Example
White with #AECDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDAC; }
p { color: rgb(174,205,172); }
H1.HeaderClassName
{
color: #AECDAC;
}
.AnyTagClassName
{
color: #AECDAC;
}
</style>
background-color css
<style>
a { background-color: #AECDAC; }
a { background-color: rgb(174,205,172); }
div.DivClassName
{
background-color: #AECDAC;
}
.BgClassName
{
background-color: #AECDAC;
}
</style>
border-color css
<style>
span { border-color: #AECDAC; }
span { border-color: rgb(174,205,172); }
td.TdClassName
{
border-color: #AECDAC;
}
.TagClassName
{
border-color: #AECDAC;
}
</style>