Shades of Gum Leaf #AAC8AF
Tints of Gum Leaf #AAC8AF
RGB
CMYK
RGB Variations
Color information
#AAC8AF (or 0xAAC8AF) is known color: Gum Leaf. HEX triplet: AA, C8 and AF. RGB value is (170,200,175). Sum of RGB (Red+Green+Blue) = 170+200+175=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8AF is #553750. Grayscale: #BCBCBC. Windows color (decimal): -5584721 or 11520170. OLE color: 11520170.
HSL color Cylindrical-coordinate representation of color #AAC8AF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8AF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 175 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.22 |
| HSL | 130º | 0.21% | 0.73% | - |
| HSV(B) | 130º | 0.15% | 0.78% | - |
| XYZ | 44.97 | 52.95 | 48.41 | - |
| YUV | 188.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 175 | 0.15 | 0 | 0.12 | 0.22 | 130 | 0.21 | 0.73 |
| Hex | AA | C8 | AF | F | 0 | C | 16 | 82 | 15 | 49 |
| Octal | 252 | 310 | 257 | 17 | 0 | 14 | 26 | 202 | 25 | 111 |
| Binary | 10101010 | 11001000 | 10101111 | 1111 | 0 | 1100 | 10110 | 10000010 | 10101 | 1001001 |
Color Harmonies of #AAC8AF
Complementary color
Monochromatic Colors of #AAC8AF
Black with #AAC8AF
Text Example
Text Example
White with #AAC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8AF; }
p { color: rgb(170,200,175); }
H1.HeaderClassName
{
color: #AAC8AF;
}
.AnyTagClassName
{
color: #AAC8AF;
}
</style>
background-color css
<style>
a { background-color: #AAC8AF; }
a { background-color: rgb(170,200,175); }
div.DivClassName
{
background-color: #AAC8AF;
}
.BgClassName
{
background-color: #AAC8AF;
}
</style>
border-color css
<style>
span { border-color: #AAC8AF; }
span { border-color: rgb(170,200,175); }
td.TdClassName
{
border-color: #AAC8AF;
}
.TagClassName
{
border-color: #AAC8AF;
}
</style>