Shades of Gum Leaf #A1BAA6
Tints of Gum Leaf #A1BAA6
RGB
CMYK
RGB Variations
Color information
#A1BAA6 (or 0xA1BAA6) is known color: Gum Leaf. HEX triplet: A1, BA and A6. RGB value is (161,186,166). Sum of RGB (Red+Green+Blue) = 161+186+166=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAA6 is #5E4559. Grayscale: #B0B0B0. Windows color (decimal): -6178138 or 10926753. OLE color: 10926753.
HSL color Cylindrical-coordinate representation of color #A1BAA6: hue angle of 132º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1BAA6 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 166 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.27 |
| HSL | 132º | 0.15% | 0.68% | - |
| HSV(B) | 132º | 0.13% | 0.73% | - |
| XYZ | 39.14 | 45.45 | 42.79 | - |
| YUV | 176.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 166 | 0.13 | 0 | 0.11 | 0.27 | 132 | 0.15 | 0.68 |
| Hex | A1 | BA | A6 | D | 0 | B | 1B | 84 | F | 44 |
| Octal | 241 | 272 | 246 | 15 | 0 | 13 | 33 | 204 | 17 | 104 |
| Binary | 10100001 | 10111010 | 10100110 | 1101 | 0 | 1011 | 11011 | 10000100 | 1111 | 1000100 |
Color Harmonies of #A1BAA6
Complementary color
Monochromatic Colors of #A1BAA6
Black with #A1BAA6
Text Example
Text Example
White with #A1BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAA6; }
p { color: rgb(161,186,166); }
H1.HeaderClassName
{
color: #A1BAA6;
}
.AnyTagClassName
{
color: #A1BAA6;
}
</style>
background-color css
<style>
a { background-color: #A1BAA6; }
a { background-color: rgb(161,186,166); }
div.DivClassName
{
background-color: #A1BAA6;
}
.BgClassName
{
background-color: #A1BAA6;
}
</style>
border-color css
<style>
span { border-color: #A1BAA6; }
span { border-color: rgb(161,186,166); }
td.TdClassName
{
border-color: #A1BAA6;
}
.TagClassName
{
border-color: #A1BAA6;
}
</style>