Shades of Gum Leaf #A1BEA7
Tints of Gum Leaf #A1BEA7
RGB
CMYK
RGB Variations
Color information
#A1BEA7 (or 0xA1BEA7) is known color: Gum Leaf. HEX triplet: A1, BE and A7. RGB value is (161,190,167). Sum of RGB (Red+Green+Blue) = 161+190+167=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA7 is #5E4158. Grayscale: #B2B2B2. Windows color (decimal): -6177113 or 10993313. OLE color: 10993313.
HSL color Cylindrical-coordinate representation of color #A1BEA7: hue angle of 132.41º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEA7 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 167 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.25 |
| HSL | 132.41º | 0.18% | 0.69% | - |
| HSV(B) | 132.41º | 0.15% | 0.75% | - |
| XYZ | 40.09 | 47.19 | 43.56 | - |
| YUV | 178.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 167 | 0.15 | 0 | 0.12 | 0.25 | 132.41 | 0.18 | 0.69 |
| Hex | A1 | BE | A7 | F | 0 | C | 19 | 84 | 12 | 45 |
| Octal | 241 | 276 | 247 | 17 | 0 | 14 | 31 | 204 | 22 | 105 |
| Binary | 10100001 | 10111110 | 10100111 | 1111 | 0 | 1100 | 11001 | 10000100 | 10010 | 1000101 |
Color Harmonies of #A1BEA7
Complementary color
Monochromatic Colors of #A1BEA7
Black with #A1BEA7
Text Example
Text Example
White with #A1BEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEA7; }
p { color: rgb(161,190,167); }
H1.HeaderClassName
{
color: #A1BEA7;
}
.AnyTagClassName
{
color: #A1BEA7;
}
</style>
background-color css
<style>
a { background-color: #A1BEA7; }
a { background-color: rgb(161,190,167); }
div.DivClassName
{
background-color: #A1BEA7;
}
.BgClassName
{
background-color: #A1BEA7;
}
</style>
border-color css
<style>
span { border-color: #A1BEA7; }
span { border-color: rgb(161,190,167); }
td.TdClassName
{
border-color: #A1BEA7;
}
.TagClassName
{
border-color: #A1BEA7;
}
</style>