Shades of Gum Leaf #AAC9B0
Tints of Gum Leaf #AAC9B0
RGB
CMYK
RGB Variations
Color information
#AAC9B0 (or 0xAAC9B0) is known color: Gum Leaf. HEX triplet: AA, C9 and B0. RGB value is (170,201,176). Sum of RGB (Red+Green+Blue) = 170+201+176=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9B0 is #55364F. Grayscale: #BCBCBC. Windows color (decimal): -5584464 or 11585962. OLE color: 11585962.
HSL color Cylindrical-coordinate representation of color #AAC9B0: hue angle of 131.61º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9B0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 176 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.21 |
| HSL | 131.61º | 0.22% | 0.73% | - |
| HSV(B) | 131.61º | 0.15% | 0.79% | - |
| XYZ | 45.3 | 53.45 | 49 | - |
| YUV | 188.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 176 | 0.15 | 0 | 0.12 | 0.21 | 131.61 | 0.22 | 0.73 |
| Hex | AA | C9 | B0 | F | 0 | C | 15 | 84 | 16 | 49 |
| Octal | 252 | 311 | 260 | 17 | 0 | 14 | 25 | 204 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10110000 | 1111 | 0 | 1100 | 10101 | 10000100 | 10110 | 1001001 |
Color Harmonies of #AAC9B0
Complementary color
Monochromatic Colors of #AAC9B0
Black with #AAC9B0
Text Example
Text Example
White with #AAC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9B0; }
p { color: rgb(170,201,176); }
H1.HeaderClassName
{
color: #AAC9B0;
}
.AnyTagClassName
{
color: #AAC9B0;
}
</style>
background-color css
<style>
a { background-color: #AAC9B0; }
a { background-color: rgb(170,201,176); }
div.DivClassName
{
background-color: #AAC9B0;
}
.BgClassName
{
background-color: #AAC9B0;
}
</style>
border-color css
<style>
span { border-color: #AAC9B0; }
span { border-color: rgb(170,201,176); }
td.TdClassName
{
border-color: #AAC9B0;
}
.TagClassName
{
border-color: #AAC9B0;
}
</style>