Shades of Gum Leaf #AAC7B0
Tints of Gum Leaf #AAC7B0
RGB
CMYK
RGB Variations
Color information
#AAC7B0 (or 0xAAC7B0) is known color: Gum Leaf. HEX triplet: AA, C7 and B0. RGB value is (170,199,176). Sum of RGB (Red+Green+Blue) = 170+199+176=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7B0 is #55384F. Grayscale: #BBBBBB. Windows color (decimal): -5584976 or 11585450. OLE color: 11585450.
HSL color Cylindrical-coordinate representation of color #AAC7B0: hue angle of 132.41º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7B0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 176 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.22 |
| HSL | 132.41º | 0.21% | 0.72% | - |
| HSV(B) | 132.41º | 0.15% | 0.78% | - |
| XYZ | 44.84 | 52.53 | 48.85 | - |
| YUV | 187.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 176 | 0.15 | 0 | 0.12 | 0.22 | 132.41 | 0.21 | 0.72 |
| Hex | AA | C7 | B0 | F | 0 | C | 16 | 84 | 15 | 48 |
| Octal | 252 | 307 | 260 | 17 | 0 | 14 | 26 | 204 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10110000 | 1111 | 0 | 1100 | 10110 | 10000100 | 10101 | 1001000 |
Color Harmonies of #AAC7B0
Complementary color
Monochromatic Colors of #AAC7B0
Black with #AAC7B0
Text Example
Text Example
White with #AAC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7B0; }
p { color: rgb(170,199,176); }
H1.HeaderClassName
{
color: #AAC7B0;
}
.AnyTagClassName
{
color: #AAC7B0;
}
</style>
background-color css
<style>
a { background-color: #AAC7B0; }
a { background-color: rgb(170,199,176); }
div.DivClassName
{
background-color: #AAC7B0;
}
.BgClassName
{
background-color: #AAC7B0;
}
</style>
border-color css
<style>
span { border-color: #AAC7B0; }
span { border-color: rgb(170,199,176); }
td.TdClassName
{
border-color: #AAC7B0;
}
.TagClassName
{
border-color: #AAC7B0;
}
</style>