Shades of Gum Leaf #AACAB4
Tints of Gum Leaf #AACAB4
RGB
CMYK
RGB Variations
Color information
#AACAB4 (or 0xAACAB4) is known color: Gum Leaf. HEX triplet: AA, CA and B4. RGB value is (170,202,180). Sum of RGB (Red+Green+Blue) = 170+202+180=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB4 is #55354B. Grayscale: #BDBDBD. Windows color (decimal): -5584204 or 11848362. OLE color: 11848362.
HSL color Cylindrical-coordinate representation of color #AACAB4: hue angle of 138.75º 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 #AACAB4 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 180 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.21 |
| HSL | 138.75º | 0.23% | 0.73% | - |
| HSV(B) | 138.75º | 0.16% | 0.79% | - |
| XYZ | 45.94 | 54.08 | 51.2 | - |
| YUV | 189.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 180 | 0.16 | 0 | 0.11 | 0.21 | 138.75 | 0.23 | 0.73 |
| Hex | AA | CA | B4 | 10 | 0 | B | 15 | 8B | 17 | 49 |
| Octal | 252 | 312 | 264 | 20 | 0 | 13 | 25 | 213 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10110100 | 10000 | 0 | 1011 | 10101 | 10001011 | 10111 | 1001001 |
Color Harmonies of #AACAB4
Complementary color
Monochromatic Colors of #AACAB4
Black with #AACAB4
Text Example
Text Example
White with #AACAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAB4; }
p { color: rgb(170,202,180); }
H1.HeaderClassName
{
color: #AACAB4;
}
.AnyTagClassName
{
color: #AACAB4;
}
</style>
background-color css
<style>
a { background-color: #AACAB4; }
a { background-color: rgb(170,202,180); }
div.DivClassName
{
background-color: #AACAB4;
}
.BgClassName
{
background-color: #AACAB4;
}
</style>
border-color css
<style>
span { border-color: #AACAB4; }
span { border-color: rgb(170,202,180); }
td.TdClassName
{
border-color: #AACAB4;
}
.TagClassName
{
border-color: #AACAB4;
}
</style>