Shades of Gum Leaf #A1BFAA
Tints of Gum Leaf #A1BFAA
RGB
CMYK
RGB Variations
Color information
#A1BFAA (or 0xA1BFAA) is known color: Gum Leaf. HEX triplet: A1, BF and AA. RGB value is (161,191,170). Sum of RGB (Red+Green+Blue) = 161+191+170=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFAA is #5E4055. Grayscale: #B3B3B3. Windows color (decimal): -6176854 or 11190177. OLE color: 11190177.
HSL color Cylindrical-coordinate representation of color #A1BFAA: hue angle of 138º 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 #A1BFAA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 170 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.25 |
| HSL | 138º | 0.19% | 0.69% | - |
| HSV(B) | 138º | 0.16% | 0.75% | - |
| XYZ | 40.58 | 47.74 | 45.11 | - |
| YUV | 179.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 170 | 0.16 | 0 | 0.11 | 0.25 | 138 | 0.19 | 0.69 |
| Hex | A1 | BF | AA | 10 | 0 | B | 19 | 8A | 13 | 45 |
| Octal | 241 | 277 | 252 | 20 | 0 | 13 | 31 | 212 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10101010 | 10000 | 0 | 1011 | 11001 | 10001010 | 10011 | 1000101 |
Color Harmonies of #A1BFAA
Complementary color
Monochromatic Colors of #A1BFAA
Black with #A1BFAA
Text Example
Text Example
White with #A1BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFAA; }
p { color: rgb(161,191,170); }
H1.HeaderClassName
{
color: #A1BFAA;
}
.AnyTagClassName
{
color: #A1BFAA;
}
</style>
background-color css
<style>
a { background-color: #A1BFAA; }
a { background-color: rgb(161,191,170); }
div.DivClassName
{
background-color: #A1BFAA;
}
.BgClassName
{
background-color: #A1BFAA;
}
</style>
border-color css
<style>
span { border-color: #A1BFAA; }
span { border-color: rgb(161,191,170); }
td.TdClassName
{
border-color: #A1BFAA;
}
.TagClassName
{
border-color: #A1BFAA;
}
</style>