Shades of Gum Leaf #AFBFB1
Tints of Gum Leaf #AFBFB1
RGB
CMYK
RGB Variations
Color information
#AFBFB1 (or 0xAFBFB1) is known color: Gum Leaf. HEX triplet: AF, BF and B1. RGB value is (175,191,177). Sum of RGB (Red+Green+Blue) = 175+191+177=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFB1 is #50404E. Grayscale: #B8B8B8. Windows color (decimal): -5259343 or 11648943. OLE color: 11648943.
HSL color Cylindrical-coordinate representation of color #AFBFB1: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 177 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.25 |
| HSL | 127.5º | 0.11% | 0.72% | - |
| HSV(B) | 127.5º | 0.08% | 0.75% | - |
| XYZ | 44.25 | 49.55 | 48.83 | - |
| YUV | 184.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 177 | 0.08 | 0 | 0.07 | 0.25 | 127.5 | 0.11 | 0.72 |
| Hex | AF | BF | B1 | 8 | 0 | 7 | 19 | 80 | B | 48 |
| Octal | 257 | 277 | 261 | 10 | 0 | 7 | 31 | 200 | 13 | 110 |
| Binary | 10101111 | 10111111 | 10110001 | 1000 | 0 | 111 | 11001 | 10000000 | 1011 | 1001000 |
Color Harmonies of #AFBFB1
Complementary color
Monochromatic Colors of #AFBFB1
Black with #AFBFB1
Text Example
Text Example
White with #AFBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFB1; }
p { color: rgb(175,191,177); }
H1.HeaderClassName
{
color: #AFBFB1;
}
.AnyTagClassName
{
color: #AFBFB1;
}
</style>
background-color css
<style>
a { background-color: #AFBFB1; }
a { background-color: rgb(175,191,177); }
div.DivClassName
{
background-color: #AFBFB1;
}
.BgClassName
{
background-color: #AFBFB1;
}
</style>
border-color css
<style>
span { border-color: #AFBFB1; }
span { border-color: rgb(175,191,177); }
td.TdClassName
{
border-color: #AFBFB1;
}
.TagClassName
{
border-color: #AFBFB1;
}
</style>