Shades of Zanah #AED1AA
Tints of Zanah #AED1AA
RGB
CMYK
RGB Variations
Color information
#AED1AA (or 0xAED1AA) is known color: Zanah. HEX triplet: AE, D1 and AA. RGB value is (174,209,170). Sum of RGB (Red+Green+Blue) = 174+209+170=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1AA is #512E55. Grayscale: #C2C2C2. Windows color (decimal): -5320278 or 11194798. OLE color: 11194798.
HSL color Cylindrical-coordinate representation of color #AED1AA: hue angle of 113.85º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED1AA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 170 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.18 |
| HSL | 113.85º | 0.3% | 0.74% | - |
| HSV(B) | 113.85º | 0.19% | 0.82% | - |
| XYZ | 47.51 | 57.5 | 46.63 | - |
| YUV | 194.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 170 | 0.17 | 0 | 0.19 | 0.18 | 113.85 | 0.3 | 0.74 |
| Hex | AE | D1 | AA | 11 | 0 | 13 | 12 | 72 | 1E | 4A |
| Octal | 256 | 321 | 252 | 21 | 0 | 23 | 22 | 162 | 36 | 112 |
| Binary | 10101110 | 11010001 | 10101010 | 10001 | 0 | 10011 | 10010 | 1110010 | 11110 | 1001010 |
Color Harmonies of #AED1AA
Complementary color
Monochromatic Colors of #AED1AA
Black with #AED1AA
Text Example
Text Example
White with #AED1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1AA; }
p { color: rgb(174,209,170); }
H1.HeaderClassName
{
color: #AED1AA;
}
.AnyTagClassName
{
color: #AED1AA;
}
</style>
background-color css
<style>
a { background-color: #AED1AA; }
a { background-color: rgb(174,209,170); }
div.DivClassName
{
background-color: #AED1AA;
}
.BgClassName
{
background-color: #AED1AA;
}
</style>
border-color css
<style>
span { border-color: #AED1AA; }
span { border-color: rgb(174,209,170); }
td.TdClassName
{
border-color: #AED1AA;
}
.TagClassName
{
border-color: #AED1AA;
}
</style>