Shades of Zanah #AACDA6
Tints of Zanah #AACDA6
RGB
CMYK
RGB Variations
Color information
#AACDA6 (or 0xAACDA6) is known color: Zanah. HEX triplet: AA, CD and A6. RGB value is (170,205,166). Sum of RGB (Red+Green+Blue) = 170+205+166=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA6 is #553259. Grayscale: #BEBEBE. Windows color (decimal): -5583450 or 10931626. OLE color: 10931626.
HSL color Cylindrical-coordinate representation of color #AACDA6: hue angle of 113.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACDA6 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 166 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.20 |
| HSL | 113.85º | 0.28% | 0.73% | - |
| HSV(B) | 113.85º | 0.19% | 0.8% | - |
| XYZ | 45.29 | 54.96 | 44.3 | - |
| YUV | 190.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 166 | 0.17 | 0 | 0.19 | 0.20 | 113.85 | 0.28 | 0.73 |
| Hex | AA | CD | A6 | 11 | 0 | 13 | 14 | 72 | 1C | 49 |
| Octal | 252 | 315 | 246 | 21 | 0 | 23 | 24 | 162 | 34 | 111 |
| Binary | 10101010 | 11001101 | 10100110 | 10001 | 0 | 10011 | 10100 | 1110010 | 11100 | 1001001 |
Color Harmonies of #AACDA6
Complementary color
Monochromatic Colors of #AACDA6
Black with #AACDA6
Text Example
Text Example
White with #AACDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDA6; }
p { color: rgb(170,205,166); }
H1.HeaderClassName
{
color: #AACDA6;
}
.AnyTagClassName
{
color: #AACDA6;
}
</style>
background-color css
<style>
a { background-color: #AACDA6; }
a { background-color: rgb(170,205,166); }
div.DivClassName
{
background-color: #AACDA6;
}
.BgClassName
{
background-color: #AACDA6;
}
</style>
border-color css
<style>
span { border-color: #AACDA6; }
span { border-color: rgb(170,205,166); }
td.TdClassName
{
border-color: #AACDA6;
}
.TagClassName
{
border-color: #AACDA6;
}
</style>