Shades of Zanah #AABFAA
Tints of Zanah #AABFAA
RGB
CMYK
RGB Variations
Color information
#AABFAA (or 0xAABFAA) is known color: Zanah. HEX triplet: AA, BF and AA. RGB value is (170,191,170). Sum of RGB (Red+Green+Blue) = 170+191+170=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAA is #554055. Grayscale: #B6B6B6. Windows color (decimal): -5587030 or 11190186. OLE color: 11190186.
HSL color Cylindrical-coordinate representation of color #AABFAA: hue angle of 120º 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 #AABFAA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 170 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.25 |
| HSL | 120º | 0.14% | 0.71% | - |
| HSV(B) | 120º | 0.11% | 0.75% | - |
| XYZ | 42.46 | 48.71 | 45.19 | - |
| YUV | 182.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 170 | 0.11 | 0 | 0.11 | 0.25 | 120 | 0.14 | 0.71 |
| Hex | AA | BF | AA | B | 0 | B | 19 | 78 | E | 47 |
| Octal | 252 | 277 | 252 | 13 | 0 | 13 | 31 | 170 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10101010 | 1011 | 0 | 1011 | 11001 | 1111000 | 1110 | 1000111 |
Color Harmonies of #AABFAA
Complementary color
Monochromatic Colors of #AABFAA
Black with #AABFAA
Text Example
Text Example
White with #AABFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFAA; }
p { color: rgb(170,191,170); }
H1.HeaderClassName
{
color: #AABFAA;
}
.AnyTagClassName
{
color: #AABFAA;
}
</style>
background-color css
<style>
a { background-color: #AABFAA; }
a { background-color: rgb(170,191,170); }
div.DivClassName
{
background-color: #AABFAA;
}
.BgClassName
{
background-color: #AABFAA;
}
</style>
border-color css
<style>
span { border-color: #AABFAA; }
span { border-color: rgb(170,191,170); }
td.TdClassName
{
border-color: #AABFAA;
}
.TagClassName
{
border-color: #AABFAA;
}
</style>