Shades of Gum Leaf #AAC9AD
Tints of Gum Leaf #AAC9AD
RGB
CMYK
RGB Variations
Color information
#AAC9AD (or 0xAAC9AD) is known color: Gum Leaf. HEX triplet: AA, C9 and AD. RGB value is (170,201,173). Sum of RGB (Red+Green+Blue) = 170+201+173=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9AD is #553652. Grayscale: #BCBCBC. Windows color (decimal): -5584467 or 11389354. OLE color: 11389354.
HSL color Cylindrical-coordinate representation of color #AAC9AD: hue angle of 125.81º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9AD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 173 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.21 |
| HSL | 125.81º | 0.22% | 0.73% | - |
| HSV(B) | 125.81º | 0.15% | 0.79% | - |
| XYZ | 45.01 | 53.34 | 47.46 | - |
| YUV | 188.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 173 | 0.15 | 0 | 0.14 | 0.21 | 125.81 | 0.22 | 0.73 |
| Hex | AA | C9 | AD | F | 0 | E | 15 | 7E | 16 | 49 |
| Octal | 252 | 311 | 255 | 17 | 0 | 16 | 25 | 176 | 26 | 111 |
| Binary | 10101010 | 11001001 | 10101101 | 1111 | 0 | 1110 | 10101 | 1111110 | 10110 | 1001001 |
Color Harmonies of #AAC9AD
Complementary color
Monochromatic Colors of #AAC9AD
Black with #AAC9AD
Text Example
Text Example
White with #AAC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9AD; }
p { color: rgb(170,201,173); }
H1.HeaderClassName
{
color: #AAC9AD;
}
.AnyTagClassName
{
color: #AAC9AD;
}
</style>
background-color css
<style>
a { background-color: #AAC9AD; }
a { background-color: rgb(170,201,173); }
div.DivClassName
{
background-color: #AAC9AD;
}
.BgClassName
{
background-color: #AAC9AD;
}
</style>
border-color css
<style>
span { border-color: #AAC9AD; }
span { border-color: rgb(170,201,173); }
td.TdClassName
{
border-color: #AAC9AD;
}
.TagClassName
{
border-color: #AAC9AD;
}
</style>