Shades of Gum Leaf #AAC9B6
Tints of Gum Leaf #AAC9B6
RGB
CMYK
RGB Variations
Color information
#AAC9B6 (or 0xAAC9B6) is known color: Gum Leaf. HEX triplet: AA, C9 and B6. RGB value is (170,201,182). Sum of RGB (Red+Green+Blue) = 170+201+182=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9B6 is #553649. Grayscale: #BDBDBD. Windows color (decimal): -5584458 or 11979178. OLE color: 11979178.
HSL color Cylindrical-coordinate representation of color #AAC9B6: hue angle of 143.23º 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 #AAC9B6 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 182 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.21 |
| HSL | 143.23º | 0.22% | 0.73% | - |
| HSV(B) | 143.23º | 0.15% | 0.79% | - |
| XYZ | 45.91 | 53.7 | 52.2 | - |
| YUV | 189.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 182 | 0.15 | 0 | 0.09 | 0.21 | 143.23 | 0.22 | 0.73 |
| Hex | AA | C9 | B6 | F | 0 | 9 | 15 | 8F | 16 | 49 |
| Octal | 252 | 311 | 266 | 17 | 0 | 11 | 25 | 217 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10110110 | 1111 | 0 | 1001 | 10101 | 10001111 | 10110 | 1001001 |
Color Harmonies of #AAC9B6
Complementary color
Monochromatic Colors of #AAC9B6
Black with #AAC9B6
Text Example
Text Example
White with #AAC9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9B6; }
p { color: rgb(170,201,182); }
H1.HeaderClassName
{
color: #AAC9B6;
}
.AnyTagClassName
{
color: #AAC9B6;
}
</style>
background-color css
<style>
a { background-color: #AAC9B6; }
a { background-color: rgb(170,201,182); }
div.DivClassName
{
background-color: #AAC9B6;
}
.BgClassName
{
background-color: #AAC9B6;
}
</style>
border-color css
<style>
span { border-color: #AAC9B6; }
span { border-color: rgb(170,201,182); }
td.TdClassName
{
border-color: #AAC9B6;
}
.TagClassName
{
border-color: #AAC9B6;
}
</style>