Shades of Gum Leaf #AABCAF
Tints of Gum Leaf #AABCAF
RGB
CMYK
RGB Variations
Color information
#AABCAF (or 0xAABCAF) is known color: Gum Leaf. HEX triplet: AA, BC and AF. RGB value is (170,188,175). Sum of RGB (Red+Green+Blue) = 170+188+175=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #AABCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABCAF is #554350. Grayscale: #B5B5B5. Windows color (decimal): -5587793 or 11517098. OLE color: 11517098.
HSL color Cylindrical-coordinate representation of color #AABCAF: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABCAF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 175 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.26 |
| HSL | 136.67º | 0.12% | 0.7% | - |
| HSV(B) | 136.67º | 0.1% | 0.74% | - |
| XYZ | 42.3 | 47.61 | 47.52 | - |
| YUV | 181.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 175 | 0.10 | 0 | 0.07 | 0.26 | 136.67 | 0.12 | 0.7 |
| Hex | AA | BC | AF | A | 0 | 7 | 1A | 89 | C | 46 |
| Octal | 252 | 274 | 257 | 12 | 0 | 7 | 32 | 211 | 14 | 106 |
| Binary | 10101010 | 10111100 | 10101111 | 1010 | 0 | 111 | 11010 | 10001001 | 1100 | 1000110 |
Color Harmonies of #AABCAF
Complementary color
Monochromatic Colors of #AABCAF
Black with #AABCAF
Text Example
Text Example
White with #AABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCAF; }
p { color: rgb(170,188,175); }
H1.HeaderClassName
{
color: #AABCAF;
}
.AnyTagClassName
{
color: #AABCAF;
}
</style>
background-color css
<style>
a { background-color: #AABCAF; }
a { background-color: rgb(170,188,175); }
div.DivClassName
{
background-color: #AABCAF;
}
.BgClassName
{
background-color: #AABCAF;
}
</style>
border-color css
<style>
span { border-color: #AABCAF; }
span { border-color: rgb(170,188,175); }
td.TdClassName
{
border-color: #AABCAF;
}
.TagClassName
{
border-color: #AABCAF;
}
</style>