Shades of Gum Leaf #A1BFAB
Tints of Gum Leaf #A1BFAB
RGB
CMYK
RGB Variations
Color information
#A1BFAB (or 0xA1BFAB) is known color: Gum Leaf. HEX triplet: A1, BF and AB. RGB value is (161,191,171). Sum of RGB (Red+Green+Blue) = 161+191+171=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFAB is #5E4054. Grayscale: #B3B3B3. Windows color (decimal): -6176853 or 11255713. OLE color: 11255713.
HSL color Cylindrical-coordinate representation of color #A1BFAB: hue angle of 140º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFAB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 171 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.25 |
| HSL | 140º | 0.19% | 0.69% | - |
| HSV(B) | 140º | 0.16% | 0.75% | - |
| XYZ | 40.68 | 47.78 | 45.61 | - |
| YUV | 179.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 171 | 0.16 | 0 | 0.10 | 0.25 | 140 | 0.19 | 0.69 |
| Hex | A1 | BF | AB | 10 | 0 | A | 19 | 8C | 13 | 45 |
| Octal | 241 | 277 | 253 | 20 | 0 | 12 | 31 | 214 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10101011 | 10000 | 0 | 1010 | 11001 | 10001100 | 10011 | 1000101 |
Color Harmonies of #A1BFAB
Complementary color
Monochromatic Colors of #A1BFAB
Black with #A1BFAB
Text Example
Text Example
White with #A1BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFAB; }
p { color: rgb(161,191,171); }
H1.HeaderClassName
{
color: #A1BFAB;
}
.AnyTagClassName
{
color: #A1BFAB;
}
</style>
background-color css
<style>
a { background-color: #A1BFAB; }
a { background-color: rgb(161,191,171); }
div.DivClassName
{
background-color: #A1BFAB;
}
.BgClassName
{
background-color: #A1BFAB;
}
</style>
border-color css
<style>
span { border-color: #A1BFAB; }
span { border-color: rgb(161,191,171); }
td.TdClassName
{
border-color: #A1BFAB;
}
.TagClassName
{
border-color: #A1BFAB;
}
</style>