Shades of Zanah #AACDA9
Tints of Zanah #AACDA9
RGB
CMYK
RGB Variations
Color information
#AACDA9 (or 0xAACDA9) is known color: Zanah. HEX triplet: AA, CD and A9. RGB value is (170,205,169). Sum of RGB (Red+Green+Blue) = 170+205+169=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA9 is #553256. Grayscale: #BEBEBE. Windows color (decimal): -5583447 or 11128234. OLE color: 11128234.
HSL color Cylindrical-coordinate representation of color #AACDA9: hue angle of 118.33º degrees, saturation: 0.26, 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 #AACDA9 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 169 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.20 |
| HSL | 118.33º | 0.26% | 0.73% | - |
| HSV(B) | 118.33º | 0.18% | 0.8% | - |
| XYZ | 45.57 | 55.07 | 45.76 | - |
| YUV | 190.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 169 | 0.17 | 0 | 0.18 | 0.20 | 118.33 | 0.26 | 0.73 |
| Hex | AA | CD | A9 | 11 | 0 | 12 | 14 | 76 | 1A | 49 |
| Octal | 252 | 315 | 251 | 21 | 0 | 22 | 24 | 166 | 32 | 111 |
| Binary | 10101010 | 11001101 | 10101001 | 10001 | 0 | 10010 | 10100 | 1110110 | 11010 | 1001001 |
Color Harmonies of #AACDA9
Complementary color
Monochromatic Colors of #AACDA9
Black with #AACDA9
Text Example
Text Example
White with #AACDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDA9; }
p { color: rgb(170,205,169); }
H1.HeaderClassName
{
color: #AACDA9;
}
.AnyTagClassName
{
color: #AACDA9;
}
</style>
background-color css
<style>
a { background-color: #AACDA9; }
a { background-color: rgb(170,205,169); }
div.DivClassName
{
background-color: #AACDA9;
}
.BgClassName
{
background-color: #AACDA9;
}
</style>
border-color css
<style>
span { border-color: #AACDA9; }
span { border-color: rgb(170,205,169); }
td.TdClassName
{
border-color: #AACDA9;
}
.TagClassName
{
border-color: #AACDA9;
}
</style>