Shades of Zanah #AABEAB
Tints of Zanah #AABEAB
RGB
CMYK
RGB Variations
Color information
#AABEAB (or 0xAABEAB) is known color: Zanah. HEX triplet: AA, BE and AB. RGB value is (170,190,171). Sum of RGB (Red+Green+Blue) = 170+190+171=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAB is #554154. Grayscale: #B5B5B5. Windows color (decimal): -5587285 or 11255466. OLE color: 11255466.
HSL color Cylindrical-coordinate representation of color #AABEAB: hue angle of 123º degrees, saturation: 0.13, 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 #AABEAB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 171 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.25 |
| HSL | 123º | 0.13% | 0.71% | - |
| HSV(B) | 123º | 0.11% | 0.75% | - |
| XYZ | 42.34 | 48.31 | 45.62 | - |
| YUV | 181.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 171 | 0.11 | 0 | 0.10 | 0.25 | 123 | 0.13 | 0.71 |
| Hex | AA | BE | AB | B | 0 | A | 19 | 7B | D | 47 |
| Octal | 252 | 276 | 253 | 13 | 0 | 12 | 31 | 173 | 15 | 107 |
| Binary | 10101010 | 10111110 | 10101011 | 1011 | 0 | 1010 | 11001 | 1111011 | 1101 | 1000111 |
Color Harmonies of #AABEAB
Complementary color
Monochromatic Colors of #AABEAB
Black with #AABEAB
Text Example
Text Example
White with #AABEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEAB; }
p { color: rgb(170,190,171); }
H1.HeaderClassName
{
color: #AABEAB;
}
.AnyTagClassName
{
color: #AABEAB;
}
</style>
background-color css
<style>
a { background-color: #AABEAB; }
a { background-color: rgb(170,190,171); }
div.DivClassName
{
background-color: #AABEAB;
}
.BgClassName
{
background-color: #AABEAB;
}
</style>
border-color css
<style>
span { border-color: #AABEAB; }
span { border-color: rgb(170,190,171); }
td.TdClassName
{
border-color: #AABEAB;
}
.TagClassName
{
border-color: #AABEAB;
}
</style>