Shades of Gum Leaf #AABFB1
Tints of Gum Leaf #AABFB1
RGB
CMYK
RGB Variations
Color information
#AABFB1 (or 0xAABFB1) is known color: Gum Leaf. HEX triplet: AA, BF and B1. RGB value is (170,191,177). Sum of RGB (Red+Green+Blue) = 170+191+177=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFB1 is #55404E. Grayscale: #B7B7B7. Windows color (decimal): -5587023 or 11648938. OLE color: 11648938.
HSL color Cylindrical-coordinate representation of color #AABFB1: hue angle of 140º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB1 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 177 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.25 |
| HSL | 140º | 0.14% | 0.71% | - |
| HSV(B) | 140º | 0.11% | 0.75% | - |
| XYZ | 43.14 | 48.98 | 48.78 | - |
| YUV | 183.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 177 | 0.11 | 0 | 0.07 | 0.25 | 140 | 0.14 | 0.71 |
| Hex | AA | BF | B1 | B | 0 | 7 | 19 | 8C | E | 47 |
| Octal | 252 | 277 | 261 | 13 | 0 | 7 | 31 | 214 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10110001 | 1011 | 0 | 111 | 11001 | 10001100 | 1110 | 1000111 |
Color Harmonies of #AABFB1
Complementary color
Monochromatic Colors of #AABFB1
Black with #AABFB1
Text Example
Text Example
White with #AABFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFB1; }
p { color: rgb(170,191,177); }
H1.HeaderClassName
{
color: #AABFB1;
}
.AnyTagClassName
{
color: #AABFB1;
}
</style>
background-color css
<style>
a { background-color: #AABFB1; }
a { background-color: rgb(170,191,177); }
div.DivClassName
{
background-color: #AABFB1;
}
.BgClassName
{
background-color: #AABFB1;
}
</style>
border-color css
<style>
span { border-color: #AABFB1; }
span { border-color: rgb(170,191,177); }
td.TdClassName
{
border-color: #AABFB1;
}
.TagClassName
{
border-color: #AABFB1;
}
</style>