Shades of Zanah #AAD0A5
Tints of Zanah #AAD0A5
RGB
CMYK
RGB Variations
Color information
#AAD0A5 (or 0xAAD0A5) is known color: Zanah. HEX triplet: AA, D0 and A5. RGB value is (170,208,165). Sum of RGB (Red+Green+Blue) = 170+208+165=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0A5 is #552F5A. Grayscale: #BFBFBF. Windows color (decimal): -5582683 or 10866858. OLE color: 10866858.
HSL color Cylindrical-coordinate representation of color #AAD0A5: hue angle of 113.02º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD0A5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 165 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.18 |
| HSL | 113.02º | 0.31% | 0.73% | - |
| HSV(B) | 113.02º | 0.21% | 0.82% | - |
| XYZ | 45.92 | 56.37 | 44.06 | - |
| YUV | 191.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 165 | 0.18 | 0 | 0.21 | 0.18 | 113.02 | 0.31 | 0.73 |
| Hex | AA | D0 | A5 | 12 | 0 | 15 | 12 | 71 | 1F | 49 |
| Octal | 252 | 320 | 245 | 22 | 0 | 25 | 22 | 161 | 37 | 111 |
| Binary | 10101010 | 11010000 | 10100101 | 10010 | 0 | 10101 | 10010 | 1110001 | 11111 | 1001001 |
Color Harmonies of #AAD0A5
Complementary color
Monochromatic Colors of #AAD0A5
Black with #AAD0A5
Text Example
Text Example
White with #AAD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0A5; }
p { color: rgb(170,208,165); }
H1.HeaderClassName
{
color: #AAD0A5;
}
.AnyTagClassName
{
color: #AAD0A5;
}
</style>
background-color css
<style>
a { background-color: #AAD0A5; }
a { background-color: rgb(170,208,165); }
div.DivClassName
{
background-color: #AAD0A5;
}
.BgClassName
{
background-color: #AAD0A5;
}
</style>
border-color css
<style>
span { border-color: #AAD0A5; }
span { border-color: rgb(170,208,165); }
td.TdClassName
{
border-color: #AAD0A5;
}
.TagClassName
{
border-color: #AAD0A5;
}
</style>