Shades of Gum Leaf #AFB8B1
Tints of Gum Leaf #AFB8B1
RGB
CMYK
RGB Variations
Color information
#AFB8B1 (or 0xAFB8B1) is known color: Gum Leaf. HEX triplet: AF, B8 and B1. RGB value is (175,184,177). Sum of RGB (Red+Green+Blue) = 175+184+177=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8B1 is #50474E. Grayscale: #B4B4B4. Windows color (decimal): -5261135 or 11647151. OLE color: 11647151.
HSL color Cylindrical-coordinate representation of color #AFB8B1: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFB8B1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 177 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.28 |
| HSL | 133.33º | 0.06% | 0.7% | - |
| HSV(B) | 133.33º | 0.05% | 0.72% | - |
| XYZ | 42.76 | 46.57 | 48.33 | - |
| YUV | 180.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 177 | 0.05 | 0 | 0.04 | 0.28 | 133.33 | 0.06 | 0.7 |
| Hex | AF | B8 | B1 | 5 | 0 | 4 | 1C | 85 | 6 | 46 |
| Octal | 257 | 270 | 261 | 5 | 0 | 4 | 34 | 205 | 6 | 106 |
| Binary | 10101111 | 10111000 | 10110001 | 101 | 0 | 100 | 11100 | 10000101 | 110 | 1000110 |
Color Harmonies of #AFB8B1
Complementary color
Monochromatic Colors of #AFB8B1
Black with #AFB8B1
Text Example
Text Example
White with #AFB8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8B1; }
p { color: rgb(175,184,177); }
H1.HeaderClassName
{
color: #AFB8B1;
}
.AnyTagClassName
{
color: #AFB8B1;
}
</style>
background-color css
<style>
a { background-color: #AFB8B1; }
a { background-color: rgb(175,184,177); }
div.DivClassName
{
background-color: #AFB8B1;
}
.BgClassName
{
background-color: #AFB8B1;
}
</style>
border-color css
<style>
span { border-color: #AFB8B1; }
span { border-color: rgb(175,184,177); }
td.TdClassName
{
border-color: #AFB8B1;
}
.TagClassName
{
border-color: #AFB8B1;
}
</style>