Shades of Zanah #ABC2AA
Tints of Zanah #ABC2AA
RGB
CMYK
RGB Variations
Color information
#ABC2AA (or 0xABC2AA) is known color: Zanah. HEX triplet: AB, C2 and AA. RGB value is (171,194,170). Sum of RGB (Red+Green+Blue) = 171+194+170=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AA is #543D55. Grayscale: #B8B8B8. Windows color (decimal): -5520726 or 11190955. OLE color: 11190955.
HSL color Cylindrical-coordinate representation of color #ABC2AA: hue angle of 117.5º 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 #ABC2AA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 170 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.24 |
| HSL | 117.5º | 0.16% | 0.71% | - |
| HSV(B) | 117.5º | 0.12% | 0.76% | - |
| XYZ | 43.34 | 50.14 | 45.42 | - |
| YUV | 184.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 170 | 0.12 | 0 | 0.12 | 0.24 | 117.5 | 0.16 | 0.71 |
| Hex | AB | C2 | AA | C | 0 | C | 18 | 76 | 10 | 47 |
| Octal | 253 | 302 | 252 | 14 | 0 | 14 | 30 | 166 | 20 | 107 |
| Binary | 10101011 | 11000010 | 10101010 | 1100 | 0 | 1100 | 11000 | 1110110 | 10000 | 1000111 |
Color Harmonies of #ABC2AA
Complementary color
Monochromatic Colors of #ABC2AA
Black with #ABC2AA
Text Example
Text Example
White with #ABC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2AA; }
p { color: rgb(171,194,170); }
H1.HeaderClassName
{
color: #ABC2AA;
}
.AnyTagClassName
{
color: #ABC2AA;
}
</style>
background-color css
<style>
a { background-color: #ABC2AA; }
a { background-color: rgb(171,194,170); }
div.DivClassName
{
background-color: #ABC2AA;
}
.BgClassName
{
background-color: #ABC2AA;
}
</style>
border-color css
<style>
span { border-color: #ABC2AA; }
span { border-color: rgb(171,194,170); }
td.TdClassName
{
border-color: #ABC2AA;
}
.TagClassName
{
border-color: #ABC2AA;
}
</style>