Shades of Zanah #AAB5AB
Tints of Zanah #AAB5AB
RGB
CMYK
RGB Variations
Color information
#AAB5AB (or 0xAAB5AB) is known color: Zanah. HEX triplet: AA, B5 and AB. RGB value is (170,181,171). Sum of RGB (Red+Green+Blue) = 170+181+171=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AB is #554A54. Grayscale: #B0B0B0. Windows color (decimal): -5589589 or 11253162. OLE color: 11253162.
HSL color Cylindrical-coordinate representation of color #AAB5AB: hue angle of 125.45º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAB5AB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 181 | 171 | - |
CMYK | 0.06 | 0 | 0.06 | 0.29 |
HSL | 125.45º | 0.07% | 0.69% | - |
HSV(B) | 125.45º | 0.06% | 0.71% | - |
XYZ | 40.45 | 44.53 | 44.99 | - |
YUV | 176.57 | 124.86 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 171 | 0.06 | 0 | 0.06 | 0.29 | 125.45 | 0.07 | 0.69 |
Hex | AA | B5 | AB | 6 | 0 | 6 | 1D | 7D | 7 | 45 |
Octal | 252 | 265 | 253 | 6 | 0 | 6 | 35 | 175 | 7 | 105 |
Binary | 10101010 | 10110101 | 10101011 | 110 | 0 | 110 | 11101 | 1111101 | 111 | 1000101 |
Color Harmonies of #AAB5AB
Complementary color
Monochromatic Colors of #AAB5AB
Black with #AAB5AB
Text Example
Text Example
White with #AAB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5AB; }
p { color: rgb(170,181,171); }
H1.HeaderClassName
{
color: #AAB5AB;
}
.AnyTagClassName
{
color: #AAB5AB;
}
</style>
background-color css
<style>
a { background-color: #AAB5AB; }
a { background-color: rgb(170,181,171); }
div.DivClassName
{
background-color: #AAB5AB;
}
.BgClassName
{
background-color: #AAB5AB;
}
</style>
border-color css
<style>
span { border-color: #AAB5AB; }
span { border-color: rgb(170,181,171); }
td.TdClassName
{
border-color: #AAB5AB;
}
.TagClassName
{
border-color: #AAB5AB;
}
</style>