Shades of Gum Leaf #AAB0AB
Tints of Gum Leaf #AAB0AB
RGB
CMYK
RGB Variations
Color information
#AAB0AB (or 0xAAB0AB) is known color: Gum Leaf. HEX triplet: AA, B0 and AB. RGB value is (170,176,171). Sum of RGB (Red+Green+Blue) = 170+176+171=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AB is #554F54. Grayscale: #ADADAD. Windows color (decimal): -5590869 or 11251882. OLE color: 11251882.
HSL color Cylindrical-coordinate representation of color #AAB0AB: hue angle of 130º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAB0AB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 171 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.31 |
| HSL | 130º | 0.04% | 0.68% | - |
| HSV(B) | 130º | 0.03% | 0.69% | - |
| XYZ | 39.45 | 42.54 | 44.66 | - |
| YUV | 173.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 171 | 0.03 | 0 | 0.03 | 0.31 | 130 | 0.04 | 0.68 |
| Hex | AA | B0 | AB | 3 | 0 | 3 | 1F | 82 | 4 | 44 |
| Octal | 252 | 260 | 253 | 3 | 0 | 3 | 37 | 202 | 4 | 104 |
| Binary | 10101010 | 10110000 | 10101011 | 11 | 0 | 11 | 11111 | 10000010 | 100 | 1000100 |
Color Harmonies of #AAB0AB
Complementary color
Monochromatic Colors of #AAB0AB
Black with #AAB0AB
Text Example
Text Example
White with #AAB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0AB; }
p { color: rgb(170,176,171); }
H1.HeaderClassName
{
color: #AAB0AB;
}
.AnyTagClassName
{
color: #AAB0AB;
}
</style>
background-color css
<style>
a { background-color: #AAB0AB; }
a { background-color: rgb(170,176,171); }
div.DivClassName
{
background-color: #AAB0AB;
}
.BgClassName
{
background-color: #AAB0AB;
}
</style>
border-color css
<style>
span { border-color: #AAB0AB; }
span { border-color: rgb(170,176,171); }
td.TdClassName
{
border-color: #AAB0AB;
}
.TagClassName
{
border-color: #AAB0AB;
}
</style>