Shades of Zanah #AAD0AB
Tints of Zanah #AAD0AB
RGB
CMYK
RGB Variations
Color information
#AAD0AB (or 0xAAD0AB) is known color: Zanah. HEX triplet: AA, D0 and AB. RGB value is (170,208,171). Sum of RGB (Red+Green+Blue) = 170+208+171=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AB is #552F54. Grayscale: #C0C0C0. Windows color (decimal): -5582677 or 11260074. OLE color: 11260074.
HSL color Cylindrical-coordinate representation of color #AAD0AB: hue angle of 121.58º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0AB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 171 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.18 |
| HSL | 121.58º | 0.29% | 0.74% | - |
| HSV(B) | 121.58º | 0.18% | 0.82% | - |
| XYZ | 46.48 | 56.6 | 47 | - |
| YUV | 192.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 171 | 0.18 | 0 | 0.18 | 0.18 | 121.58 | 0.29 | 0.74 |
| Hex | AA | D0 | AB | 12 | 0 | 12 | 12 | 7A | 1D | 4A |
| Octal | 252 | 320 | 253 | 22 | 0 | 22 | 22 | 172 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10101011 | 10010 | 0 | 10010 | 10010 | 1111010 | 11101 | 1001010 |
Color Harmonies of #AAD0AB
Complementary color
Monochromatic Colors of #AAD0AB
Black with #AAD0AB
Text Example
Text Example
White with #AAD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0AB; }
p { color: rgb(170,208,171); }
H1.HeaderClassName
{
color: #AAD0AB;
}
.AnyTagClassName
{
color: #AAD0AB;
}
</style>
background-color css
<style>
a { background-color: #AAD0AB; }
a { background-color: rgb(170,208,171); }
div.DivClassName
{
background-color: #AAD0AB;
}
.BgClassName
{
background-color: #AAD0AB;
}
</style>
border-color css
<style>
span { border-color: #AAD0AB; }
span { border-color: rgb(170,208,171); }
td.TdClassName
{
border-color: #AAD0AB;
}
.TagClassName
{
border-color: #AAD0AB;
}
</style>