Shades of Gum Leaf #AAC3B0
Tints of Gum Leaf #AAC3B0
RGB
CMYK
RGB Variations
Color information
#AAC3B0 (or 0xAAC3B0) is known color: Gum Leaf. HEX triplet: AA, C3 and B0. RGB value is (170,195,176). Sum of RGB (Red+Green+Blue) = 170+195+176=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3B0 is #553C4F. Grayscale: #B9B9B9. Windows color (decimal): -5586000 or 11584426. OLE color: 11584426.
HSL color Cylindrical-coordinate representation of color #AAC3B0: hue angle of 134.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3B0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 176 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.24 |
| HSL | 134.4º | 0.17% | 0.72% | - |
| HSV(B) | 134.4º | 0.13% | 0.76% | - |
| XYZ | 43.93 | 50.71 | 48.55 | - |
| YUV | 185.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 176 | 0.13 | 0 | 0.10 | 0.24 | 134.4 | 0.17 | 0.72 |
| Hex | AA | C3 | B0 | D | 0 | A | 18 | 86 | 11 | 48 |
| Octal | 252 | 303 | 260 | 15 | 0 | 12 | 30 | 206 | 21 | 110 |
| Binary | 10101010 | 11000011 | 10110000 | 1101 | 0 | 1010 | 11000 | 10000110 | 10001 | 1001000 |
Color Harmonies of #AAC3B0
Complementary color
Monochromatic Colors of #AAC3B0
Black with #AAC3B0
Text Example
Text Example
White with #AAC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3B0; }
p { color: rgb(170,195,176); }
H1.HeaderClassName
{
color: #AAC3B0;
}
.AnyTagClassName
{
color: #AAC3B0;
}
</style>
background-color css
<style>
a { background-color: #AAC3B0; }
a { background-color: rgb(170,195,176); }
div.DivClassName
{
background-color: #AAC3B0;
}
.BgClassName
{
background-color: #AAC3B0;
}
</style>
border-color css
<style>
span { border-color: #AAC3B0; }
span { border-color: rgb(170,195,176); }
td.TdClassName
{
border-color: #AAC3B0;
}
.TagClassName
{
border-color: #AAC3B0;
}
</style>