Shades of Zanah #ABC0AC
Tints of Zanah #ABC0AC
RGB
CMYK
RGB Variations
Color information
#ABC0AC (or 0xABC0AC) is known color: Zanah. HEX triplet: AB, C0 and AC. RGB value is (171,192,172). Sum of RGB (Red+Green+Blue) = 171+192+172=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AC is #543F53. Grayscale: #B7B7B7. Windows color (decimal): -5521236 or 11321515. OLE color: 11321515.
HSL color Cylindrical-coordinate representation of color #ABC0AC: hue angle of 122.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0AC is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 172 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.25 |
| HSL | 122.86º | 0.14% | 0.71% | - |
| HSV(B) | 122.86º | 0.11% | 0.75% | - |
| XYZ | 43.09 | 49.34 | 46.28 | - |
| YUV | 183.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 172 | 0.11 | 0 | 0.10 | 0.25 | 122.86 | 0.14 | 0.71 |
| Hex | AB | C0 | AC | B | 0 | A | 19 | 7B | E | 47 |
| Octal | 253 | 300 | 254 | 13 | 0 | 12 | 31 | 173 | 16 | 107 |
| Binary | 10101011 | 11000000 | 10101100 | 1011 | 0 | 1010 | 11001 | 1111011 | 1110 | 1000111 |
Color Harmonies of #ABC0AC
Complementary color
Monochromatic Colors of #ABC0AC
Black with #ABC0AC
Text Example
Text Example
White with #ABC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0AC; }
p { color: rgb(171,192,172); }
H1.HeaderClassName
{
color: #ABC0AC;
}
.AnyTagClassName
{
color: #ABC0AC;
}
</style>
background-color css
<style>
a { background-color: #ABC0AC; }
a { background-color: rgb(171,192,172); }
div.DivClassName
{
background-color: #ABC0AC;
}
.BgClassName
{
background-color: #ABC0AC;
}
</style>
border-color css
<style>
span { border-color: #ABC0AC; }
span { border-color: rgb(171,192,172); }
td.TdClassName
{
border-color: #ABC0AC;
}
.TagClassName
{
border-color: #ABC0AC;
}
</style>