Shades of Zanah #AABCAB
Tints of Zanah #AABCAB
RGB
CMYK
RGB Variations
Color information
#AABCAB (or 0xAABCAB) is known color: Zanah. HEX triplet: AA, BC and AB. RGB value is (170,188,171). Sum of RGB (Red+Green+Blue) = 170+188+171=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCAB is #554354. Grayscale: #B4B4B4. Windows color (decimal): -5587797 or 11254954. OLE color: 11254954.
HSL color Cylindrical-coordinate representation of color #AABCAB: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCAB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 171 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.26 |
| HSL | 123.33º | 0.12% | 0.7% | - |
| HSV(B) | 123.33º | 0.1% | 0.74% | - |
| XYZ | 41.91 | 47.45 | 45.48 | - |
| YUV | 180.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 171 | 0.10 | 0 | 0.09 | 0.26 | 123.33 | 0.12 | 0.7 |
| Hex | AA | BC | AB | A | 0 | 9 | 1A | 7B | C | 46 |
| Octal | 252 | 274 | 253 | 12 | 0 | 11 | 32 | 173 | 14 | 106 |
| Binary | 10101010 | 10111100 | 10101011 | 1010 | 0 | 1001 | 11010 | 1111011 | 1100 | 1000110 |
Color Harmonies of #AABCAB
Complementary color
Monochromatic Colors of #AABCAB
Black with #AABCAB
Text Example
Text Example
White with #AABCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCAB; }
p { color: rgb(170,188,171); }
H1.HeaderClassName
{
color: #AABCAB;
}
.AnyTagClassName
{
color: #AABCAB;
}
</style>
background-color css
<style>
a { background-color: #AABCAB; }
a { background-color: rgb(170,188,171); }
div.DivClassName
{
background-color: #AABCAB;
}
.BgClassName
{
background-color: #AABCAB;
}
</style>
border-color css
<style>
span { border-color: #AABCAB; }
span { border-color: rgb(170,188,171); }
td.TdClassName
{
border-color: #AABCAB;
}
.TagClassName
{
border-color: #AABCAB;
}
</style>