Shades of Zanah #ABC1AA
Tints of Zanah #ABC1AA
RGB
CMYK
RGB Variations
Color information
#ABC1AA (or 0xABC1AA) is known color: Zanah. HEX triplet: AB, C1 and AA. RGB value is (171,193,170). Sum of RGB (Red+Green+Blue) = 171+193+170=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1AA is #543E55. Grayscale: #B7B7B7. Windows color (decimal): -5520982 or 11190699. OLE color: 11190699.
HSL color Cylindrical-coordinate representation of color #ABC1AA: hue angle of 117.39º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC1AA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 170 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 117.39º | 0.16% | 0.71% | - |
| HSV(B) | 117.39º | 0.12% | 0.76% | - |
| XYZ | 43.12 | 49.7 | 45.35 | - |
| YUV | 183.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 170 | 0.11 | 0 | 0.12 | 0.24 | 117.39 | 0.16 | 0.71 |
| Hex | AB | C1 | AA | B | 0 | C | 18 | 75 | 10 | 47 |
| Octal | 253 | 301 | 252 | 13 | 0 | 14 | 30 | 165 | 20 | 107 |
| Binary | 10101011 | 11000001 | 10101010 | 1011 | 0 | 1100 | 11000 | 1110101 | 10000 | 1000111 |
Color Harmonies of #ABC1AA
Complementary color
Monochromatic Colors of #ABC1AA
Black with #ABC1AA
Text Example
Text Example
White with #ABC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1AA; }
p { color: rgb(171,193,170); }
H1.HeaderClassName
{
color: #ABC1AA;
}
.AnyTagClassName
{
color: #ABC1AA;
}
</style>
background-color css
<style>
a { background-color: #ABC1AA; }
a { background-color: rgb(171,193,170); }
div.DivClassName
{
background-color: #ABC1AA;
}
.BgClassName
{
background-color: #ABC1AA;
}
</style>
border-color css
<style>
span { border-color: #ABC1AA; }
span { border-color: rgb(171,193,170); }
td.TdClassName
{
border-color: #ABC1AA;
}
.TagClassName
{
border-color: #ABC1AA;
}
</style>