Shades of Zanah #AECAAC
Tints of Zanah #AECAAC
RGB
CMYK
RGB Variations
Color information
#AECAAC (or 0xAECAAC) is known color: Zanah. HEX triplet: AE, CA and AC. RGB value is (174,202,172). Sum of RGB (Red+Green+Blue) = 174+202+172=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAAC is #513553. Grayscale: #BEBEBE. Windows color (decimal): -5322068 or 11324078. OLE color: 11324078.
HSL color Cylindrical-coordinate representation of color #AECAAC: hue angle of 116º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECAAC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 172 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.21 |
| HSL | 116º | 0.22% | 0.73% | - |
| HSV(B) | 116º | 0.15% | 0.79% | - |
| XYZ | 46.02 | 54.22 | 47.07 | - |
| YUV | 190.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 172 | 0.14 | 0 | 0.15 | 0.21 | 116 | 0.22 | 0.73 |
| Hex | AE | CA | AC | E | 0 | F | 15 | 74 | 16 | 49 |
| Octal | 256 | 312 | 254 | 16 | 0 | 17 | 25 | 164 | 26 | 111 |
| Binary | 10101110 | 11001010 | 10101100 | 1110 | 0 | 1111 | 10101 | 1110100 | 10110 | 1001001 |
Color Harmonies of #AECAAC
Complementary color
Monochromatic Colors of #AECAAC
Black with #AECAAC
Text Example
Text Example
White with #AECAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAAC; }
p { color: rgb(174,202,172); }
H1.HeaderClassName
{
color: #AECAAC;
}
.AnyTagClassName
{
color: #AECAAC;
}
</style>
background-color css
<style>
a { background-color: #AECAAC; }
a { background-color: rgb(174,202,172); }
div.DivClassName
{
background-color: #AECAAC;
}
.BgClassName
{
background-color: #AECAAC;
}
</style>
border-color css
<style>
span { border-color: #AECAAC; }
span { border-color: rgb(174,202,172); }
td.TdClassName
{
border-color: #AECAAC;
}
.TagClassName
{
border-color: #AECAAC;
}
</style>