Shades of Zanah #AAB7AB
Tints of Zanah #AAB7AB
RGB
CMYK
RGB Variations
Color information
#AAB7AB (or 0xAAB7AB) is known color: Zanah. HEX triplet: AA, B7 and AB. RGB value is (170,183,171). Sum of RGB (Red+Green+Blue) = 170+183+171=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AB is #554854. Grayscale: #B1B1B1. Windows color (decimal): -5589077 or 11253674. OLE color: 11253674.
HSL color Cylindrical-coordinate representation of color #AAB7AB: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7AB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 171 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.28 |
| HSL | 124.62º | 0.08% | 0.69% | - |
| HSV(B) | 124.62º | 0.07% | 0.72% | - |
| XYZ | 40.86 | 45.35 | 45.13 | - |
| YUV | 177.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 171 | 0.07 | 0 | 0.07 | 0.28 | 124.62 | 0.08 | 0.69 |
| Hex | AA | B7 | AB | 7 | 0 | 7 | 1C | 7D | 8 | 45 |
| Octal | 252 | 267 | 253 | 7 | 0 | 7 | 34 | 175 | 10 | 105 |
| Binary | 10101010 | 10110111 | 10101011 | 111 | 0 | 111 | 11100 | 1111101 | 1000 | 1000101 |
Color Harmonies of #AAB7AB
Complementary color
Monochromatic Colors of #AAB7AB
Black with #AAB7AB
Text Example
Text Example
White with #AAB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7AB; }
p { color: rgb(170,183,171); }
H1.HeaderClassName
{
color: #AAB7AB;
}
.AnyTagClassName
{
color: #AAB7AB;
}
</style>
background-color css
<style>
a { background-color: #AAB7AB; }
a { background-color: rgb(170,183,171); }
div.DivClassName
{
background-color: #AAB7AB;
}
.BgClassName
{
background-color: #AAB7AB;
}
</style>
border-color css
<style>
span { border-color: #AAB7AB; }
span { border-color: rgb(170,183,171); }
td.TdClassName
{
border-color: #AAB7AB;
}
.TagClassName
{
border-color: #AAB7AB;
}
</style>