Shades of Zanah #ABC9AC
Tints of Zanah #ABC9AC
RGB
CMYK
RGB Variations
Color information
#ABC9AC (or 0xABC9AC) is known color: Zanah. HEX triplet: AB, C9 and AC. RGB value is (171,201,172). Sum of RGB (Red+Green+Blue) = 171+201+172=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9AC is #543653. Grayscale: #BCBCBC. Windows color (decimal): -5518932 or 11323819. OLE color: 11323819.
HSL color Cylindrical-coordinate representation of color #ABC9AC: hue angle of 122º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9AC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 172 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.21 |
| HSL | 122º | 0.22% | 0.73% | - |
| HSV(B) | 122º | 0.15% | 0.79% | - |
| XYZ | 45.13 | 53.41 | 46.96 | - |
| YUV | 188.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 172 | 0.15 | 0 | 0.14 | 0.21 | 122 | 0.22 | 0.73 |
| Hex | AB | C9 | AC | F | 0 | E | 15 | 7A | 16 | 49 |
| Octal | 253 | 311 | 254 | 17 | 0 | 16 | 25 | 172 | 26 | 111 |
| Binary | 10101011 | 11001001 | 10101100 | 1111 | 0 | 1110 | 10101 | 1111010 | 10110 | 1001001 |
Color Harmonies of #ABC9AC
Complementary color
Monochromatic Colors of #ABC9AC
Black with #ABC9AC
Text Example
Text Example
White with #ABC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9AC; }
p { color: rgb(171,201,172); }
H1.HeaderClassName
{
color: #ABC9AC;
}
.AnyTagClassName
{
color: #ABC9AC;
}
</style>
background-color css
<style>
a { background-color: #ABC9AC; }
a { background-color: rgb(171,201,172); }
div.DivClassName
{
background-color: #ABC9AC;
}
.BgClassName
{
background-color: #ABC9AC;
}
</style>
border-color css
<style>
span { border-color: #ABC9AC; }
span { border-color: rgb(171,201,172); }
td.TdClassName
{
border-color: #ABC9AC;
}
.TagClassName
{
border-color: #ABC9AC;
}
</style>