Shades of Gum Leaf #AAC5AC
Tints of Gum Leaf #AAC5AC
RGB
CMYK
RGB Variations
Color information
#AAC5AC (or 0xAAC5AC) is known color: Gum Leaf. HEX triplet: AA, C5 and AC. RGB value is (170,197,172). Sum of RGB (Red+Green+Blue) = 170+197+172=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AC is #553A53. Grayscale: #BABABA. Windows color (decimal): -5585492 or 11322794. OLE color: 11322794.
HSL color Cylindrical-coordinate representation of color #AAC5AC: hue angle of 124.44º 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 #AAC5AC is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 172 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.23 |
| HSL | 124.44º | 0.19% | 0.72% | - |
| HSV(B) | 124.44º | 0.14% | 0.77% | - |
| XYZ | 43.99 | 51.46 | 46.64 | - |
| YUV | 186.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 172 | 0.14 | 0 | 0.13 | 0.23 | 124.44 | 0.19 | 0.72 |
| Hex | AA | C5 | AC | E | 0 | D | 17 | 7C | 13 | 48 |
| Octal | 252 | 305 | 254 | 16 | 0 | 15 | 27 | 174 | 23 | 110 |
| Binary | 10101010 | 11000101 | 10101100 | 1110 | 0 | 1101 | 10111 | 1111100 | 10011 | 1001000 |
Color Harmonies of #AAC5AC
Complementary color
Monochromatic Colors of #AAC5AC
Black with #AAC5AC
Text Example
Text Example
White with #AAC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5AC; }
p { color: rgb(170,197,172); }
H1.HeaderClassName
{
color: #AAC5AC;
}
.AnyTagClassName
{
color: #AAC5AC;
}
</style>
background-color css
<style>
a { background-color: #AAC5AC; }
a { background-color: rgb(170,197,172); }
div.DivClassName
{
background-color: #AAC5AC;
}
.BgClassName
{
background-color: #AAC5AC;
}
</style>
border-color css
<style>
span { border-color: #AAC5AC; }
span { border-color: rgb(170,197,172); }
td.TdClassName
{
border-color: #AAC5AC;
}
.TagClassName
{
border-color: #AAC5AC;
}
</style>