Shades of Gum Leaf #A1C0AC
Tints of Gum Leaf #A1C0AC
RGB
CMYK
RGB Variations
Color information
#A1C0AC (or 0xA1C0AC) is known color: Gum Leaf. HEX triplet: A1, C0 and AC. RGB value is (161,192,172). Sum of RGB (Red+Green+Blue) = 161+192+172=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0AC is #5E3F53. Grayscale: #B4B4B4. Windows color (decimal): -6176596 or 11321505. OLE color: 11321505.
HSL color Cylindrical-coordinate representation of color #A1C0AC: hue angle of 141.29º degrees, saturation: 0.2, 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 #A1C0AC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 172 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.25 |
| HSL | 141.29º | 0.2% | 0.69% | - |
| HSV(B) | 141.29º | 0.16% | 0.75% | - |
| XYZ | 40.99 | 48.25 | 46.18 | - |
| YUV | 180.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 172 | 0.16 | 0 | 0.10 | 0.25 | 141.29 | 0.2 | 0.69 |
| Hex | A1 | C0 | AC | 10 | 0 | A | 19 | 8D | 14 | 45 |
| Octal | 241 | 300 | 254 | 20 | 0 | 12 | 31 | 215 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10101100 | 10000 | 0 | 1010 | 11001 | 10001101 | 10100 | 1000101 |
Color Harmonies of #A1C0AC
Complementary color
Monochromatic Colors of #A1C0AC
Black with #A1C0AC
Text Example
Text Example
White with #A1C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0AC; }
p { color: rgb(161,192,172); }
H1.HeaderClassName
{
color: #A1C0AC;
}
.AnyTagClassName
{
color: #A1C0AC;
}
</style>
background-color css
<style>
a { background-color: #A1C0AC; }
a { background-color: rgb(161,192,172); }
div.DivClassName
{
background-color: #A1C0AC;
}
.BgClassName
{
background-color: #A1C0AC;
}
</style>
border-color css
<style>
span { border-color: #A1C0AC; }
span { border-color: rgb(161,192,172); }
td.TdClassName
{
border-color: #A1C0AC;
}
.TagClassName
{
border-color: #A1C0AC;
}
</style>