Shades of Zanah #AACDA5
Tints of Zanah #AACDA5
RGB
CMYK
RGB Variations
Color information
#AACDA5 (or 0xAACDA5) is known color: Zanah. HEX triplet: AA, CD and A5. RGB value is (170,205,165). Sum of RGB (Red+Green+Blue) = 170+205+165=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA5 is #55325A. Grayscale: #BEBEBE. Windows color (decimal): -5583451 or 10866090. OLE color: 10866090.
HSL color Cylindrical-coordinate representation of color #AACDA5: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACDA5 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 165 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.20 |
| HSL | 112.5º | 0.29% | 0.73% | - |
| HSV(B) | 112.5º | 0.2% | 0.8% | - |
| XYZ | 45.2 | 54.93 | 43.82 | - |
| YUV | 189.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 165 | 0.17 | 0 | 0.20 | 0.20 | 112.5 | 0.29 | 0.73 |
| Hex | AA | CD | A5 | 11 | 0 | 14 | 14 | 70 | 1D | 49 |
| Octal | 252 | 315 | 245 | 21 | 0 | 24 | 24 | 160 | 35 | 111 |
| Binary | 10101010 | 11001101 | 10100101 | 10001 | 0 | 10100 | 10100 | 1110000 | 11101 | 1001001 |
Color Harmonies of #AACDA5
Complementary color
Monochromatic Colors of #AACDA5
Black with #AACDA5
Text Example
Text Example
White with #AACDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDA5; }
p { color: rgb(170,205,165); }
H1.HeaderClassName
{
color: #AACDA5;
}
.AnyTagClassName
{
color: #AACDA5;
}
</style>
background-color css
<style>
a { background-color: #AACDA5; }
a { background-color: rgb(170,205,165); }
div.DivClassName
{
background-color: #AACDA5;
}
.BgClassName
{
background-color: #AACDA5;
}
</style>
border-color css
<style>
span { border-color: #AACDA5; }
span { border-color: rgb(170,205,165); }
td.TdClassName
{
border-color: #AACDA5;
}
.TagClassName
{
border-color: #AACDA5;
}
</style>