Shades of Gum Leaf #A1C1A9
Tints of Gum Leaf #A1C1A9
RGB
CMYK
RGB Variations
Color information
#A1C1A9 (or 0xA1C1A9) is known color: Gum Leaf. HEX triplet: A1, C1 and A9. RGB value is (161,193,169). Sum of RGB (Red+Green+Blue) = 161+193+169=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A9 is #5E3E56. Grayscale: #B4B4B4. Windows color (decimal): -6176343 or 11125153. OLE color: 11125153.
HSL color Cylindrical-coordinate representation of color #A1C1A9: hue angle of 135º 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 #A1C1A9 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 169 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.24 |
| HSL | 135º | 0.21% | 0.69% | - |
| HSV(B) | 135º | 0.17% | 0.76% | - |
| XYZ | 40.93 | 48.58 | 44.76 | - |
| YUV | 180.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 169 | 0.17 | 0 | 0.12 | 0.24 | 135 | 0.21 | 0.69 |
| Hex | A1 | C1 | A9 | 11 | 0 | C | 18 | 87 | 15 | 45 |
| Octal | 241 | 301 | 251 | 21 | 0 | 14 | 30 | 207 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10101001 | 10001 | 0 | 1100 | 11000 | 10000111 | 10101 | 1000101 |
Color Harmonies of #A1C1A9
Complementary color
Monochromatic Colors of #A1C1A9
Black with #A1C1A9
Text Example
Text Example
White with #A1C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1A9; }
p { color: rgb(161,193,169); }
H1.HeaderClassName
{
color: #A1C1A9;
}
.AnyTagClassName
{
color: #A1C1A9;
}
</style>
background-color css
<style>
a { background-color: #A1C1A9; }
a { background-color: rgb(161,193,169); }
div.DivClassName
{
background-color: #A1C1A9;
}
.BgClassName
{
background-color: #A1C1A9;
}
</style>
border-color css
<style>
span { border-color: #A1C1A9; }
span { border-color: rgb(161,193,169); }
td.TdClassName
{
border-color: #A1C1A9;
}
.TagClassName
{
border-color: #A1C1A9;
}
</style>