Shades of Gum Leaf #AFBAB1
Tints of Gum Leaf #AFBAB1
RGB
CMYK
RGB Variations
Color information
#AFBAB1 (or 0xAFBAB1) is known color: Gum Leaf. HEX triplet: AF, BA and B1. RGB value is (175,186,177). Sum of RGB (Red+Green+Blue) = 175+186+177=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAB1 is #50454E. Grayscale: #B5B5B5. Windows color (decimal): -5260623 or 11647663. OLE color: 11647663.
HSL color Cylindrical-coordinate representation of color #AFBAB1: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 177 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.27 |
| HSL | 130.91º | 0.07% | 0.71% | - |
| HSV(B) | 130.91º | 0.06% | 0.73% | - |
| XYZ | 43.17 | 47.41 | 48.47 | - |
| YUV | 181.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 177 | 0.06 | 0 | 0.05 | 0.27 | 130.91 | 0.07 | 0.71 |
| Hex | AF | BA | B1 | 6 | 0 | 5 | 1B | 83 | 7 | 47 |
| Octal | 257 | 272 | 261 | 6 | 0 | 5 | 33 | 203 | 7 | 107 |
| Binary | 10101111 | 10111010 | 10110001 | 110 | 0 | 101 | 11011 | 10000011 | 111 | 1000111 |
Color Harmonies of #AFBAB1
Complementary color
Monochromatic Colors of #AFBAB1
Black with #AFBAB1
Text Example
Text Example
White with #AFBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB1; }
p { color: rgb(175,186,177); }
H1.HeaderClassName
{
color: #AFBAB1;
}
.AnyTagClassName
{
color: #AFBAB1;
}
</style>
background-color css
<style>
a { background-color: #AFBAB1; }
a { background-color: rgb(175,186,177); }
div.DivClassName
{
background-color: #AFBAB1;
}
.BgClassName
{
background-color: #AFBAB1;
}
</style>
border-color css
<style>
span { border-color: #AFBAB1; }
span { border-color: rgb(175,186,177); }
td.TdClassName
{
border-color: #AFBAB1;
}
.TagClassName
{
border-color: #AFBAB1;
}
</style>