Shades of Zanah #ABCDAA
Tints of Zanah #ABCDAA
RGB
CMYK
RGB Variations
Color information
#ABCDAA (or 0xABCDAA) is known color: Zanah. HEX triplet: AB, CD and AA. RGB value is (171,205,170). Sum of RGB (Red+Green+Blue) = 171+205+170=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDAA is #543255. Grayscale: #BEBEBE. Windows color (decimal): -5517910 or 11193771. OLE color: 11193771.
HSL color Cylindrical-coordinate representation of color #ABCDAA: hue angle of 118.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDAA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 170 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.20 |
| HSL | 118.29º | 0.26% | 0.74% | - |
| HSV(B) | 118.29º | 0.17% | 0.8% | - |
| XYZ | 45.88 | 55.22 | 46.27 | - |
| YUV | 190.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 170 | 0.17 | 0 | 0.17 | 0.20 | 118.29 | 0.26 | 0.74 |
| Hex | AB | CD | AA | 11 | 0 | 11 | 14 | 76 | 1A | 4A |
| Octal | 253 | 315 | 252 | 21 | 0 | 21 | 24 | 166 | 32 | 112 |
| Binary | 10101011 | 11001101 | 10101010 | 10001 | 0 | 10001 | 10100 | 1110110 | 11010 | 1001010 |
Color Harmonies of #ABCDAA
Complementary color
Monochromatic Colors of #ABCDAA
Black with #ABCDAA
Text Example
Text Example
White with #ABCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDAA; }
p { color: rgb(171,205,170); }
H1.HeaderClassName
{
color: #ABCDAA;
}
.AnyTagClassName
{
color: #ABCDAA;
}
</style>
background-color css
<style>
a { background-color: #ABCDAA; }
a { background-color: rgb(171,205,170); }
div.DivClassName
{
background-color: #ABCDAA;
}
.BgClassName
{
background-color: #ABCDAA;
}
</style>
border-color css
<style>
span { border-color: #ABCDAA; }
span { border-color: rgb(171,205,170); }
td.TdClassName
{
border-color: #ABCDAA;
}
.TagClassName
{
border-color: #ABCDAA;
}
</style>