Shades of Zanah #ABCFAD
Tints of Zanah #ABCFAD
RGB
CMYK
RGB Variations
Color information
#ABCFAD (or 0xABCFAD) is known color: Zanah. HEX triplet: AB, CF and AD. RGB value is (171,207,173). Sum of RGB (Red+Green+Blue) = 171+207+173=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFAD is #543052. Grayscale: #C0C0C0. Windows color (decimal): -5517395 or 11390891. OLE color: 11390891.
HSL color Cylindrical-coordinate representation of color #ABCFAD: hue angle of 123.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 173 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 123.33º | 0.27% | 0.74% | - |
| HSV(B) | 123.33º | 0.17% | 0.81% | - |
| XYZ | 46.65 | 56.3 | 47.94 | - |
| YUV | 192.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 173 | 0.17 | 0 | 0.16 | 0.19 | 123.33 | 0.27 | 0.74 |
| Hex | AB | CF | AD | 11 | 0 | 10 | 13 | 7B | 1B | 4A |
| Octal | 253 | 317 | 255 | 21 | 0 | 20 | 23 | 173 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10101101 | 10001 | 0 | 10000 | 10011 | 1111011 | 11011 | 1001010 |
Color Harmonies of #ABCFAD
Complementary color
Monochromatic Colors of #ABCFAD
Black with #ABCFAD
Text Example
Text Example
White with #ABCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFAD; }
p { color: rgb(171,207,173); }
H1.HeaderClassName
{
color: #ABCFAD;
}
.AnyTagClassName
{
color: #ABCFAD;
}
</style>
background-color css
<style>
a { background-color: #ABCFAD; }
a { background-color: rgb(171,207,173); }
div.DivClassName
{
background-color: #ABCFAD;
}
.BgClassName
{
background-color: #ABCFAD;
}
</style>
border-color css
<style>
span { border-color: #ABCFAD; }
span { border-color: rgb(171,207,173); }
td.TdClassName
{
border-color: #ABCFAD;
}
.TagClassName
{
border-color: #ABCFAD;
}
</style>