Shades of Gum Leaf #AAC6B0
Tints of Gum Leaf #AAC6B0
RGB
CMYK
RGB Variations
Color information
#AAC6B0 (or 0xAAC6B0) is known color: Gum Leaf. HEX triplet: AA, C6 and B0. RGB value is (170,198,176). Sum of RGB (Red+Green+Blue) = 170+198+176=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6B0 is #55394F. Grayscale: #BBBBBB. Windows color (decimal): -5585232 or 11585194. OLE color: 11585194.
HSL color Cylindrical-coordinate representation of color #AAC6B0: hue angle of 132.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6B0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 176 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.22 |
| HSL | 132.86º | 0.2% | 0.72% | - |
| HSV(B) | 132.86º | 0.14% | 0.78% | - |
| XYZ | 44.61 | 52.07 | 48.77 | - |
| YUV | 187.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 176 | 0.14 | 0 | 0.11 | 0.22 | 132.86 | 0.2 | 0.72 |
| Hex | AA | C6 | B0 | E | 0 | B | 16 | 85 | 14 | 48 |
| Octal | 252 | 306 | 260 | 16 | 0 | 13 | 26 | 205 | 24 | 110 |
| Binary | 10101010 | 11000110 | 10110000 | 1110 | 0 | 1011 | 10110 | 10000101 | 10100 | 1001000 |
Color Harmonies of #AAC6B0
Complementary color
Monochromatic Colors of #AAC6B0
Black with #AAC6B0
Text Example
Text Example
White with #AAC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC6B0; }
p { color: rgb(170,198,176); }
H1.HeaderClassName
{
color: #AAC6B0;
}
.AnyTagClassName
{
color: #AAC6B0;
}
</style>
background-color css
<style>
a { background-color: #AAC6B0; }
a { background-color: rgb(170,198,176); }
div.DivClassName
{
background-color: #AAC6B0;
}
.BgClassName
{
background-color: #AAC6B0;
}
</style>
border-color css
<style>
span { border-color: #AAC6B0; }
span { border-color: rgb(170,198,176); }
td.TdClassName
{
border-color: #AAC6B0;
}
.TagClassName
{
border-color: #AAC6B0;
}
</style>