Shades of Gum Leaf #AAC5AD
Tints of Gum Leaf #AAC5AD
RGB
CMYK
RGB Variations
Color information
#AAC5AD (or 0xAAC5AD) is known color: Gum Leaf. HEX triplet: AA, C5 and AD. RGB value is (170,197,173). Sum of RGB (Red+Green+Blue) = 170+197+173=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AD is #553A52. Grayscale: #BABABA. Windows color (decimal): -5585491 or 11388330. OLE color: 11388330.
HSL color Cylindrical-coordinate representation of color #AAC5AD: hue angle of 126.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5AD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 173 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.23 |
| HSL | 126.67º | 0.19% | 0.72% | - |
| HSV(B) | 126.67º | 0.14% | 0.77% | - |
| XYZ | 44.09 | 51.5 | 47.15 | - |
| YUV | 186.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 173 | 0.14 | 0 | 0.12 | 0.23 | 126.67 | 0.19 | 0.72 |
| Hex | AA | C5 | AD | E | 0 | C | 17 | 7F | 13 | 48 |
| Octal | 252 | 305 | 255 | 16 | 0 | 14 | 27 | 177 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10101101 | 1110 | 0 | 1100 | 10111 | 1111111 | 10011 | 1001000 |
Color Harmonies of #AAC5AD
Complementary color
Monochromatic Colors of #AAC5AD
Black with #AAC5AD
Text Example
Text Example
White with #AAC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5AD; }
p { color: rgb(170,197,173); }
H1.HeaderClassName
{
color: #AAC5AD;
}
.AnyTagClassName
{
color: #AAC5AD;
}
</style>
background-color css
<style>
a { background-color: #AAC5AD; }
a { background-color: rgb(170,197,173); }
div.DivClassName
{
background-color: #AAC5AD;
}
.BgClassName
{
background-color: #AAC5AD;
}
</style>
border-color css
<style>
span { border-color: #AAC5AD; }
span { border-color: rgb(170,197,173); }
td.TdClassName
{
border-color: #AAC5AD;
}
.TagClassName
{
border-color: #AAC5AD;
}
</style>