Shades of Zanah #ABCFA8
Tints of Zanah #ABCFA8
RGB
CMYK
RGB Variations
Color information
#ABCFA8 (or 0xABCFA8) is known color: Zanah. HEX triplet: AB, CF and A8. RGB value is (171,207,168). Sum of RGB (Red+Green+Blue) = 171+207+168=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFA8 is #543057. Grayscale: #BFBFBF. Windows color (decimal): -5517400 or 11063211. OLE color: 11063211.
HSL color Cylindrical-coordinate representation of color #ABCFA8: hue angle of 115.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCFA8 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 168 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.19 |
| HSL | 115.38º | 0.29% | 0.74% | - |
| HSV(B) | 115.38º | 0.19% | 0.81% | - |
| XYZ | 46.18 | 56.11 | 45.44 | - |
| YUV | 191.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 168 | 0.17 | 0 | 0.19 | 0.19 | 115.38 | 0.29 | 0.74 |
| Hex | AB | CF | A8 | 11 | 0 | 13 | 13 | 73 | 1D | 4A |
| Octal | 253 | 317 | 250 | 21 | 0 | 23 | 23 | 163 | 35 | 112 |
| Binary | 10101011 | 11001111 | 10101000 | 10001 | 0 | 10011 | 10011 | 1110011 | 11101 | 1001010 |
Color Harmonies of #ABCFA8
Complementary color
Monochromatic Colors of #ABCFA8
Black with #ABCFA8
Text Example
Text Example
White with #ABCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFA8; }
p { color: rgb(171,207,168); }
H1.HeaderClassName
{
color: #ABCFA8;
}
.AnyTagClassName
{
color: #ABCFA8;
}
</style>
background-color css
<style>
a { background-color: #ABCFA8; }
a { background-color: rgb(171,207,168); }
div.DivClassName
{
background-color: #ABCFA8;
}
.BgClassName
{
background-color: #ABCFA8;
}
</style>
border-color css
<style>
span { border-color: #ABCFA8; }
span { border-color: rgb(171,207,168); }
td.TdClassName
{
border-color: #ABCFA8;
}
.TagClassName
{
border-color: #ABCFA8;
}
</style>