Shades of Zanah #ABCDA5
Tints of Zanah #ABCDA5
RGB
CMYK
RGB Variations
Color information
#ABCDA5 (or 0xABCDA5) is known color: Zanah. HEX triplet: AB, CD and A5. RGB value is (171,205,165). Sum of RGB (Red+Green+Blue) = 171+205+165=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDA5 is #54325A. Grayscale: #BEBEBE. Windows color (decimal): -5517915 or 10866091. OLE color: 10866091.
HSL color Cylindrical-coordinate representation of color #ABCDA5: hue angle of 111º 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 #ABCDA5 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 165 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.20 |
| HSL | 111º | 0.29% | 0.73% | - |
| HSV(B) | 111º | 0.2% | 0.8% | - |
| XYZ | 45.42 | 55.04 | 43.83 | - |
| YUV | 190.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 165 | 0.17 | 0 | 0.20 | 0.20 | 111 | 0.29 | 0.73 |
| Hex | AB | CD | A5 | 11 | 0 | 14 | 14 | 6F | 1D | 49 |
| Octal | 253 | 315 | 245 | 21 | 0 | 24 | 24 | 157 | 35 | 111 |
| Binary | 10101011 | 11001101 | 10100101 | 10001 | 0 | 10100 | 10100 | 1101111 | 11101 | 1001001 |
Color Harmonies of #ABCDA5
Complementary color
Monochromatic Colors of #ABCDA5
Black with #ABCDA5
Text Example
Text Example
White with #ABCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDA5; }
p { color: rgb(171,205,165); }
H1.HeaderClassName
{
color: #ABCDA5;
}
.AnyTagClassName
{
color: #ABCDA5;
}
</style>
background-color css
<style>
a { background-color: #ABCDA5; }
a { background-color: rgb(171,205,165); }
div.DivClassName
{
background-color: #ABCDA5;
}
.BgClassName
{
background-color: #ABCDA5;
}
</style>
border-color css
<style>
span { border-color: #ABCDA5; }
span { border-color: rgb(171,205,165); }
td.TdClassName
{
border-color: #ABCDA5;
}
.TagClassName
{
border-color: #ABCDA5;
}
</style>