Shades of Gum Leaf #ABBFAF
Tints of Gum Leaf #ABBFAF
RGB
CMYK
RGB Variations
Color information
#ABBFAF (or 0xABBFAF) is known color: Gum Leaf. HEX triplet: AB, BF and AF. RGB value is (171,191,175). Sum of RGB (Red+Green+Blue) = 171+191+175=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAF is #544050. Grayscale: #B7B7B7. Windows color (decimal): -5521489 or 11517867. OLE color: 11517867.
HSL color Cylindrical-coordinate representation of color #ABBFAF: hue angle of 132º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFAF is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 175 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.25 |
| HSL | 132º | 0.14% | 0.71% | - |
| HSV(B) | 132º | 0.1% | 0.75% | - |
| XYZ | 43.16 | 49.01 | 47.74 | - |
| YUV | 183.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 175 | 0.10 | 0 | 0.08 | 0.25 | 132 | 0.14 | 0.71 |
| Hex | AB | BF | AF | A | 0 | 8 | 19 | 84 | E | 47 |
| Octal | 253 | 277 | 257 | 12 | 0 | 10 | 31 | 204 | 16 | 107 |
| Binary | 10101011 | 10111111 | 10101111 | 1010 | 0 | 1000 | 11001 | 10000100 | 1110 | 1000111 |
Color Harmonies of #ABBFAF
Complementary color
Monochromatic Colors of #ABBFAF
Black with #ABBFAF
Text Example
Text Example
White with #ABBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFAF; }
p { color: rgb(171,191,175); }
H1.HeaderClassName
{
color: #ABBFAF;
}
.AnyTagClassName
{
color: #ABBFAF;
}
</style>
background-color css
<style>
a { background-color: #ABBFAF; }
a { background-color: rgb(171,191,175); }
div.DivClassName
{
background-color: #ABBFAF;
}
.BgClassName
{
background-color: #ABBFAF;
}
</style>
border-color css
<style>
span { border-color: #ABBFAF; }
span { border-color: rgb(171,191,175); }
td.TdClassName
{
border-color: #ABBFAF;
}
.TagClassName
{
border-color: #ABBFAF;
}
</style>