Shades of Zanah #ABBFAC
Tints of Zanah #ABBFAC
RGB
CMYK
RGB Variations
Color information
#ABBFAC (or 0xABBFAC) is known color: Zanah. HEX triplet: AB, BF and AC. RGB value is (171,191,172). Sum of RGB (Red+Green+Blue) = 171+191+172=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAC is #544053. Grayscale: #B6B6B6. Windows color (decimal): -5521492 or 11321259. OLE color: 11321259.
HSL color Cylindrical-coordinate representation of color #ABBFAC: hue angle of 123º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFAC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 172 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.25 |
| HSL | 123º | 0.14% | 0.71% | - |
| HSV(B) | 123º | 0.1% | 0.75% | - |
| XYZ | 42.87 | 48.9 | 46.21 | - |
| YUV | 182.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 172 | 0.10 | 0 | 0.10 | 0.25 | 123 | 0.14 | 0.71 |
| Hex | AB | BF | AC | A | 0 | A | 19 | 7B | E | 47 |
| Octal | 253 | 277 | 254 | 12 | 0 | 12 | 31 | 173 | 16 | 107 |
| Binary | 10101011 | 10111111 | 10101100 | 1010 | 0 | 1010 | 11001 | 1111011 | 1110 | 1000111 |
Color Harmonies of #ABBFAC
Complementary color
Monochromatic Colors of #ABBFAC
Black with #ABBFAC
Text Example
Text Example
White with #ABBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFAC; }
p { color: rgb(171,191,172); }
H1.HeaderClassName
{
color: #ABBFAC;
}
.AnyTagClassName
{
color: #ABBFAC;
}
</style>
background-color css
<style>
a { background-color: #ABBFAC; }
a { background-color: rgb(171,191,172); }
div.DivClassName
{
background-color: #ABBFAC;
}
.BgClassName
{
background-color: #ABBFAC;
}
</style>
border-color css
<style>
span { border-color: #ABBFAC; }
span { border-color: rgb(171,191,172); }
td.TdClassName
{
border-color: #ABBFAC;
}
.TagClassName
{
border-color: #ABBFAC;
}
</style>