Shades of Gum Leaf #AACAB6
Tints of Gum Leaf #AACAB6
RGB
CMYK
RGB Variations
Color information
#AACAB6 (or 0xAACAB6) is known color: Gum Leaf. HEX triplet: AA, CA and B6. RGB value is (170,202,182). Sum of RGB (Red+Green+Blue) = 170+202+182=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB6 is #553549. Grayscale: #BEBEBE. Windows color (decimal): -5584202 or 11979434. OLE color: 11979434.
HSL color Cylindrical-coordinate representation of color #AACAB6: hue angle of 142.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAB6 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 182 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.21 |
| HSL | 142.5º | 0.23% | 0.73% | - |
| HSV(B) | 142.5º | 0.16% | 0.79% | - |
| XYZ | 46.14 | 54.16 | 52.28 | - |
| YUV | 190.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 182 | 0.16 | 0 | 0.10 | 0.21 | 142.5 | 0.23 | 0.73 |
| Hex | AA | CA | B6 | 10 | 0 | A | 15 | 8E | 17 | 49 |
| Octal | 252 | 312 | 266 | 20 | 0 | 12 | 25 | 216 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10110110 | 10000 | 0 | 1010 | 10101 | 10001110 | 10111 | 1001001 |
Color Harmonies of #AACAB6
Complementary color
Monochromatic Colors of #AACAB6
Black with #AACAB6
Text Example
Text Example
White with #AACAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAB6; }
p { color: rgb(170,202,182); }
H1.HeaderClassName
{
color: #AACAB6;
}
.AnyTagClassName
{
color: #AACAB6;
}
</style>
background-color css
<style>
a { background-color: #AACAB6; }
a { background-color: rgb(170,202,182); }
div.DivClassName
{
background-color: #AACAB6;
}
.BgClassName
{
background-color: #AACAB6;
}
</style>
border-color css
<style>
span { border-color: #AACAB6; }
span { border-color: rgb(170,202,182); }
td.TdClassName
{
border-color: #AACAB6;
}
.TagClassName
{
border-color: #AACAB6;
}
</style>