Shades of Gum Leaf #AAB3AB
Tints of Gum Leaf #AAB3AB
RGB
CMYK
RGB Variations
Color information
#AAB3AB (or 0xAAB3AB) is known color: Gum Leaf. HEX triplet: AA, B3 and AB. RGB value is (170,179,171). Sum of RGB (Red+Green+Blue) = 170+179+171=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3AB is #554C54. Grayscale: #AFAFAF. Windows color (decimal): -5590101 or 11252650. OLE color: 11252650.
HSL color Cylindrical-coordinate representation of color #AAB3AB: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB3AB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 171 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.30 |
| HSL | 126.67º | 0.06% | 0.68% | - |
| HSV(B) | 126.67º | 0.05% | 0.7% | - |
| XYZ | 40.05 | 43.73 | 44.86 | - |
| YUV | 175.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 171 | 0.05 | 0 | 0.04 | 0.30 | 126.67 | 0.06 | 0.68 |
| Hex | AA | B3 | AB | 5 | 0 | 4 | 1E | 7F | 6 | 44 |
| Octal | 252 | 263 | 253 | 5 | 0 | 4 | 36 | 177 | 6 | 104 |
| Binary | 10101010 | 10110011 | 10101011 | 101 | 0 | 100 | 11110 | 1111111 | 110 | 1000100 |
Color Harmonies of #AAB3AB
Complementary color
Monochromatic Colors of #AAB3AB
Black with #AAB3AB
Text Example
Text Example
White with #AAB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3AB; }
p { color: rgb(170,179,171); }
H1.HeaderClassName
{
color: #AAB3AB;
}
.AnyTagClassName
{
color: #AAB3AB;
}
</style>
background-color css
<style>
a { background-color: #AAB3AB; }
a { background-color: rgb(170,179,171); }
div.DivClassName
{
background-color: #AAB3AB;
}
.BgClassName
{
background-color: #AAB3AB;
}
</style>
border-color css
<style>
span { border-color: #AAB3AB; }
span { border-color: rgb(170,179,171); }
td.TdClassName
{
border-color: #AAB3AB;
}
.TagClassName
{
border-color: #AAB3AB;
}
</style>