Shades of Gum Leaf #AAC0AD
Tints of Gum Leaf #AAC0AD
RGB
CMYK
RGB Variations
Color information
#AAC0AD (or 0xAAC0AD) is known color: Gum Leaf. HEX triplet: AA, C0 and AD. RGB value is (170,192,173). Sum of RGB (Red+Green+Blue) = 170+192+173=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AD is #553F52. Grayscale: #B7B7B7. Windows color (decimal): -5586771 or 11387050. OLE color: 11387050.
HSL color Cylindrical-coordinate representation of color #AAC0AD: hue angle of 128.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 173 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.25 |
| HSL | 128.18º | 0.15% | 0.71% | - |
| HSV(B) | 128.18º | 0.11% | 0.75% | - |
| XYZ | 42.97 | 49.26 | 46.78 | - |
| YUV | 183.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 173 | 0.11 | 0 | 0.10 | 0.25 | 128.18 | 0.15 | 0.71 |
| Hex | AA | C0 | AD | B | 0 | A | 19 | 80 | F | 47 |
| Octal | 252 | 300 | 255 | 13 | 0 | 12 | 31 | 200 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101101 | 1011 | 0 | 1010 | 11001 | 10000000 | 1111 | 1000111 |
Color Harmonies of #AAC0AD
Complementary color
Monochromatic Colors of #AAC0AD
Black with #AAC0AD
Text Example
Text Example
White with #AAC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0AD; }
p { color: rgb(170,192,173); }
H1.HeaderClassName
{
color: #AAC0AD;
}
.AnyTagClassName
{
color: #AAC0AD;
}
</style>
background-color css
<style>
a { background-color: #AAC0AD; }
a { background-color: rgb(170,192,173); }
div.DivClassName
{
background-color: #AAC0AD;
}
.BgClassName
{
background-color: #AAC0AD;
}
</style>
border-color css
<style>
span { border-color: #AAC0AD; }
span { border-color: rgb(170,192,173); }
td.TdClassName
{
border-color: #AAC0AD;
}
.TagClassName
{
border-color: #AAC0AD;
}
</style>