Shades of Zanah #AABAAB
Tints of Zanah #AABAAB
RGB
CMYK
RGB Variations
Color information
#AABAAB (or 0xAABAAB) is known color: Zanah. HEX triplet: AA, BA and AB. RGB value is (170,186,171). Sum of RGB (Red+Green+Blue) = 170+186+171=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAB is #554554. Grayscale: #B3B3B3. Windows color (decimal): -5588309 or 11254442. OLE color: 11254442.
HSL color Cylindrical-coordinate representation of color #AABAAB: hue angle of 123.75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABAAB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 171 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.27 |
| HSL | 123.75º | 0.1% | 0.7% | - |
| HSV(B) | 123.75º | 0.09% | 0.73% | - |
| XYZ | 41.49 | 46.6 | 45.34 | - |
| YUV | 179.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 171 | 0.09 | 0 | 0.08 | 0.27 | 123.75 | 0.1 | 0.7 |
| Hex | AA | BA | AB | 9 | 0 | 8 | 1B | 7C | A | 46 |
| Octal | 252 | 272 | 253 | 11 | 0 | 10 | 33 | 174 | 12 | 106 |
| Binary | 10101010 | 10111010 | 10101011 | 1001 | 0 | 1000 | 11011 | 1111100 | 1010 | 1000110 |
Color Harmonies of #AABAAB
Complementary color
Monochromatic Colors of #AABAAB
Black with #AABAAB
Text Example
Text Example
White with #AABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAAB; }
p { color: rgb(170,186,171); }
H1.HeaderClassName
{
color: #AABAAB;
}
.AnyTagClassName
{
color: #AABAAB;
}
</style>
background-color css
<style>
a { background-color: #AABAAB; }
a { background-color: rgb(170,186,171); }
div.DivClassName
{
background-color: #AABAAB;
}
.BgClassName
{
background-color: #AABAAB;
}
</style>
border-color css
<style>
span { border-color: #AABAAB; }
span { border-color: rgb(170,186,171); }
td.TdClassName
{
border-color: #AABAAB;
}
.TagClassName
{
border-color: #AABAAB;
}
</style>