Shades of Gum Leaf #AAC0AF
Tints of Gum Leaf #AAC0AF
RGB
CMYK
RGB Variations
Color information
#AAC0AF (or 0xAAC0AF) is known color: Gum Leaf. HEX triplet: AA, C0 and AF. RGB value is (170,192,175). Sum of RGB (Red+Green+Blue) = 170+192+175=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AF is #553F50. Grayscale: #B7B7B7. Windows color (decimal): -5586769 or 11518122. OLE color: 11518122.
HSL color Cylindrical-coordinate representation of color #AAC0AF: hue angle of 133.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 175 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.25 |
| HSL | 133.64º | 0.15% | 0.71% | - |
| HSV(B) | 133.64º | 0.11% | 0.75% | - |
| XYZ | 43.17 | 49.34 | 47.81 | - |
| YUV | 183.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 175 | 0.11 | 0 | 0.09 | 0.25 | 133.64 | 0.15 | 0.71 |
| Hex | AA | C0 | AF | B | 0 | 9 | 19 | 86 | F | 47 |
| Octal | 252 | 300 | 257 | 13 | 0 | 11 | 31 | 206 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101111 | 1011 | 0 | 1001 | 11001 | 10000110 | 1111 | 1000111 |
Color Harmonies of #AAC0AF
Complementary color
Monochromatic Colors of #AAC0AF
Black with #AAC0AF
Text Example
Text Example
White with #AAC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0AF; }
p { color: rgb(170,192,175); }
H1.HeaderClassName
{
color: #AAC0AF;
}
.AnyTagClassName
{
color: #AAC0AF;
}
</style>
background-color css
<style>
a { background-color: #AAC0AF; }
a { background-color: rgb(170,192,175); }
div.DivClassName
{
background-color: #AAC0AF;
}
.BgClassName
{
background-color: #AAC0AF;
}
</style>
border-color css
<style>
span { border-color: #AAC0AF; }
span { border-color: rgb(170,192,175); }
td.TdClassName
{
border-color: #AAC0AF;
}
.TagClassName
{
border-color: #AAC0AF;
}
</style>