Shades of Gum Leaf #AAC3AC
Tints of Gum Leaf #AAC3AC
RGB
CMYK
RGB Variations
Color information
#AAC3AC (or 0xAAC3AC) is known color: Gum Leaf. HEX triplet: AA, C3 and AC. RGB value is (170,195,172). Sum of RGB (Red+Green+Blue) = 170+195+172=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AC is #553C53. Grayscale: #B8B8B8. Windows color (decimal): -5586004 or 11322282. OLE color: 11322282.
HSL color Cylindrical-coordinate representation of color #AAC3AC: hue angle of 124.8º 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 #AAC3AC is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 195 | 172 | - |
CMYK | 0.13 | 0 | 0.12 | 0.24 |
HSL | 124.8º | 0.17% | 0.72% | - |
HSV(B) | 124.8º | 0.13% | 0.76% | - |
XYZ | 43.54 | 50.55 | 46.49 | - |
YUV | 184.9 | 120.72 | 117.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 195 | 172 | 0.13 | 0 | 0.12 | 0.24 | 124.8 | 0.17 | 0.72 |
Hex | AA | C3 | AC | D | 0 | C | 18 | 7D | 11 | 48 |
Octal | 252 | 303 | 254 | 15 | 0 | 14 | 30 | 175 | 21 | 110 |
Binary | 10101010 | 11000011 | 10101100 | 1101 | 0 | 1100 | 11000 | 1111101 | 10001 | 1001000 |
Color Harmonies of #AAC3AC
Complementary color
Monochromatic Colors of #AAC3AC
Black with #AAC3AC
Text Example
Text Example
White with #AAC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3AC; }
p { color: rgb(170,195,172); }
H1.HeaderClassName
{
color: #AAC3AC;
}
.AnyTagClassName
{
color: #AAC3AC;
}
</style>
background-color css
<style>
a { background-color: #AAC3AC; }
a { background-color: rgb(170,195,172); }
div.DivClassName
{
background-color: #AAC3AC;
}
.BgClassName
{
background-color: #AAC3AC;
}
</style>
border-color css
<style>
span { border-color: #AAC3AC; }
span { border-color: rgb(170,195,172); }
td.TdClassName
{
border-color: #AAC3AC;
}
.TagClassName
{
border-color: #AAC3AC;
}
</style>