Shades of Gum Leaf #A1BCA3
Tints of Gum Leaf #A1BCA3
RGB
CMYK
RGB Variations
Color information
#A1BCA3 (or 0xA1BCA3) is known color: Gum Leaf. HEX triplet: A1, BC and A3. RGB value is (161,188,163). Sum of RGB (Red+Green+Blue) = 161+188+163=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA3 is #5E435C. Grayscale: #B1B1B1. Windows color (decimal): -6177629 or 10730657. OLE color: 10730657.
HSL color Cylindrical-coordinate representation of color #A1BCA3: hue angle of 124.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCA3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 163 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.26 |
| HSL | 124.44º | 0.17% | 0.68% | - |
| HSV(B) | 124.44º | 0.14% | 0.74% | - |
| XYZ | 39.29 | 46.19 | 41.49 | - |
| YUV | 177.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 163 | 0.14 | 0 | 0.13 | 0.26 | 124.44 | 0.17 | 0.68 |
| Hex | A1 | BC | A3 | E | 0 | D | 1A | 7C | 11 | 44 |
| Octal | 241 | 274 | 243 | 16 | 0 | 15 | 32 | 174 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10100011 | 1110 | 0 | 1101 | 11010 | 1111100 | 10001 | 1000100 |
Color Harmonies of #A1BCA3
Complementary color
Monochromatic Colors of #A1BCA3
Black with #A1BCA3
Text Example
Text Example
White with #A1BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCA3; }
p { color: rgb(161,188,163); }
H1.HeaderClassName
{
color: #A1BCA3;
}
.AnyTagClassName
{
color: #A1BCA3;
}
</style>
background-color css
<style>
a { background-color: #A1BCA3; }
a { background-color: rgb(161,188,163); }
div.DivClassName
{
background-color: #A1BCA3;
}
.BgClassName
{
background-color: #A1BCA3;
}
</style>
border-color css
<style>
span { border-color: #A1BCA3; }
span { border-color: rgb(161,188,163); }
td.TdClassName
{
border-color: #A1BCA3;
}
.TagClassName
{
border-color: #A1BCA3;
}
</style>