Shades of Gum Leaf #A1C1AA
Tints of Gum Leaf #A1C1AA
RGB
CMYK
RGB Variations
Color information
#A1C1AA (or 0xA1C1AA) is known color: Gum Leaf. HEX triplet: A1, C1 and AA. RGB value is (161,193,170). Sum of RGB (Red+Green+Blue) = 161+193+170=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1AA is #5E3E55. Grayscale: #B4B4B4. Windows color (decimal): -6176342 or 11190689. OLE color: 11190689.
HSL color Cylindrical-coordinate representation of color #A1C1AA: hue angle of 136.88º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1AA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 170 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.24 |
| HSL | 136.88º | 0.21% | 0.69% | - |
| HSV(B) | 136.88º | 0.17% | 0.76% | - |
| XYZ | 41.02 | 48.62 | 45.25 | - |
| YUV | 180.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 170 | 0.17 | 0 | 0.12 | 0.24 | 136.88 | 0.21 | 0.69 |
| Hex | A1 | C1 | AA | 11 | 0 | C | 18 | 89 | 15 | 45 |
| Octal | 241 | 301 | 252 | 21 | 0 | 14 | 30 | 211 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10101010 | 10001 | 0 | 1100 | 11000 | 10001001 | 10101 | 1000101 |
Color Harmonies of #A1C1AA
Complementary color
Monochromatic Colors of #A1C1AA
Black with #A1C1AA
Text Example
Text Example
White with #A1C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1AA; }
p { color: rgb(161,193,170); }
H1.HeaderClassName
{
color: #A1C1AA;
}
.AnyTagClassName
{
color: #A1C1AA;
}
</style>
background-color css
<style>
a { background-color: #A1C1AA; }
a { background-color: rgb(161,193,170); }
div.DivClassName
{
background-color: #A1C1AA;
}
.BgClassName
{
background-color: #A1C1AA;
}
</style>
border-color css
<style>
span { border-color: #A1C1AA; }
span { border-color: rgb(161,193,170); }
td.TdClassName
{
border-color: #A1C1AA;
}
.TagClassName
{
border-color: #A1C1AA;
}
</style>