Shades of Gum Leaf #AACAB2
Tints of Gum Leaf #AACAB2
RGB
CMYK
RGB Variations
Color information
#AACAB2 (or 0xAACAB2) is known color: Gum Leaf. HEX triplet: AA, CA and B2. RGB value is (170,202,178). Sum of RGB (Red+Green+Blue) = 170+202+178=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAB2 is #55354D. Grayscale: #BDBDBD. Windows color (decimal): -5584206 or 11717290. OLE color: 11717290.
HSL color Cylindrical-coordinate representation of color #AACAB2: hue angle of 135º 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 #AACAB2 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 178 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.21 |
| HSL | 135º | 0.23% | 0.73% | - |
| HSV(B) | 135º | 0.16% | 0.79% | - |
| XYZ | 45.73 | 54 | 50.13 | - |
| YUV | 189.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 178 | 0.16 | 0 | 0.12 | 0.21 | 135 | 0.23 | 0.73 |
| Hex | AA | CA | B2 | 10 | 0 | C | 15 | 87 | 17 | 49 |
| Octal | 252 | 312 | 262 | 20 | 0 | 14 | 25 | 207 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10110010 | 10000 | 0 | 1100 | 10101 | 10000111 | 10111 | 1001001 |
Color Harmonies of #AACAB2
Complementary color
Monochromatic Colors of #AACAB2
Black with #AACAB2
Text Example
Text Example
White with #AACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAB2; }
p { color: rgb(170,202,178); }
H1.HeaderClassName
{
color: #AACAB2;
}
.AnyTagClassName
{
color: #AACAB2;
}
</style>
background-color css
<style>
a { background-color: #AACAB2; }
a { background-color: rgb(170,202,178); }
div.DivClassName
{
background-color: #AACAB2;
}
.BgClassName
{
background-color: #AACAB2;
}
</style>
border-color css
<style>
span { border-color: #AACAB2; }
span { border-color: rgb(170,202,178); }
td.TdClassName
{
border-color: #AACAB2;
}
.TagClassName
{
border-color: #AACAB2;
}
</style>