Shades of Gum Leaf #AAC3AD
Tints of Gum Leaf #AAC3AD
RGB
CMYK
RGB Variations
Color information
#AAC3AD (or 0xAAC3AD) is known color: Gum Leaf. HEX triplet: AA, C3 and AD. RGB value is (170,195,173). Sum of RGB (Red+Green+Blue) = 170+195+173=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AD is #553C52. Grayscale: #B9B9B9. Windows color (decimal): -5586003 or 11387818. OLE color: 11387818.
HSL color Cylindrical-coordinate representation of color #AAC3AD: hue angle of 127.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3AD is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 173 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.24 |
| HSL | 127.2º | 0.17% | 0.72% | - |
| HSV(B) | 127.2º | 0.13% | 0.76% | - |
| XYZ | 43.64 | 50.59 | 47 | - |
| YUV | 185.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 173 | 0.13 | 0 | 0.11 | 0.24 | 127.2 | 0.17 | 0.72 |
| Hex | AA | C3 | AD | D | 0 | B | 18 | 7F | 11 | 48 |
| Octal | 252 | 303 | 255 | 15 | 0 | 13 | 30 | 177 | 21 | 110 |
| Binary | 10101010 | 11000011 | 10101101 | 1101 | 0 | 1011 | 11000 | 1111111 | 10001 | 1001000 |
Color Harmonies of #AAC3AD
Complementary color
Monochromatic Colors of #AAC3AD
Black with #AAC3AD
Text Example
Text Example
White with #AAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3AD; }
p { color: rgb(170,195,173); }
H1.HeaderClassName
{
color: #AAC3AD;
}
.AnyTagClassName
{
color: #AAC3AD;
}
</style>
background-color css
<style>
a { background-color: #AAC3AD; }
a { background-color: rgb(170,195,173); }
div.DivClassName
{
background-color: #AAC3AD;
}
.BgClassName
{
background-color: #AAC3AD;
}
</style>
border-color css
<style>
span { border-color: #AAC3AD; }
span { border-color: rgb(170,195,173); }
td.TdClassName
{
border-color: #AAC3AD;
}
.TagClassName
{
border-color: #AAC3AD;
}
</style>