Shades of Gum Leaf #AAC8AD
Tints of Gum Leaf #AAC8AD
RGB
CMYK
RGB Variations
Color information
#AAC8AD (or 0xAAC8AD) is known color: Gum Leaf. HEX triplet: AA, C8 and AD. RGB value is (170,200,173). Sum of RGB (Red+Green+Blue) = 170+200+173=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8AD is #553752. Grayscale: #BCBCBC. Windows color (decimal): -5584723 or 11389098. OLE color: 11389098.
HSL color Cylindrical-coordinate representation of color #AAC8AD: hue angle of 126º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8AD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 173 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.22 |
| HSL | 126º | 0.21% | 0.73% | - |
| HSV(B) | 126º | 0.15% | 0.78% | - |
| XYZ | 44.77 | 52.87 | 47.38 | - |
| YUV | 187.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 173 | 0.15 | 0 | 0.14 | 0.22 | 126 | 0.21 | 0.73 |
| Hex | AA | C8 | AD | F | 0 | E | 16 | 7E | 15 | 49 |
| Octal | 252 | 310 | 255 | 17 | 0 | 16 | 26 | 176 | 25 | 111 |
| Binary | 10101010 | 11001000 | 10101101 | 1111 | 0 | 1110 | 10110 | 1111110 | 10101 | 1001001 |
Color Harmonies of #AAC8AD
Complementary color
Monochromatic Colors of #AAC8AD
Black with #AAC8AD
Text Example
Text Example
White with #AAC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8AD; }
p { color: rgb(170,200,173); }
H1.HeaderClassName
{
color: #AAC8AD;
}
.AnyTagClassName
{
color: #AAC8AD;
}
</style>
background-color css
<style>
a { background-color: #AAC8AD; }
a { background-color: rgb(170,200,173); }
div.DivClassName
{
background-color: #AAC8AD;
}
.BgClassName
{
background-color: #AAC8AD;
}
</style>
border-color css
<style>
span { border-color: #AAC8AD; }
span { border-color: rgb(170,200,173); }
td.TdClassName
{
border-color: #AAC8AD;
}
.TagClassName
{
border-color: #AAC8AD;
}
</style>