Shades of Zanah #AECBA9
Tints of Zanah #AECBA9
RGB
CMYK
RGB Variations
Color information
#AECBA9 (or 0xAECBA9) is known color: Zanah. HEX triplet: AE, CB and A9. RGB value is (174,203,169). Sum of RGB (Red+Green+Blue) = 174+203+169=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA9 is #513456. Grayscale: #BEBEBE. Windows color (decimal): -5321815 or 11127726. OLE color: 11127726.
HSL color Cylindrical-coordinate representation of color #AECBA9: hue angle of 111.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECBA9 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 169 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.20 |
| HSL | 111.18º | 0.25% | 0.73% | - |
| HSV(B) | 111.18º | 0.17% | 0.8% | - |
| XYZ | 45.97 | 54.58 | 45.65 | - |
| YUV | 190.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 169 | 0.14 | 0 | 0.17 | 0.20 | 111.18 | 0.25 | 0.73 |
| Hex | AE | CB | A9 | E | 0 | 11 | 14 | 6F | 19 | 49 |
| Octal | 256 | 313 | 251 | 16 | 0 | 21 | 24 | 157 | 31 | 111 |
| Binary | 10101110 | 11001011 | 10101001 | 1110 | 0 | 10001 | 10100 | 1101111 | 11001 | 1001001 |
Color Harmonies of #AECBA9
Complementary color
Monochromatic Colors of #AECBA9
Black with #AECBA9
Text Example
Text Example
White with #AECBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBA9; }
p { color: rgb(174,203,169); }
H1.HeaderClassName
{
color: #AECBA9;
}
.AnyTagClassName
{
color: #AECBA9;
}
</style>
background-color css
<style>
a { background-color: #AECBA9; }
a { background-color: rgb(174,203,169); }
div.DivClassName
{
background-color: #AECBA9;
}
.BgClassName
{
background-color: #AECBA9;
}
</style>
border-color css
<style>
span { border-color: #AECBA9; }
span { border-color: rgb(174,203,169); }
td.TdClassName
{
border-color: #AECBA9;
}
.TagClassName
{
border-color: #AECBA9;
}
</style>