Shades of Caper #AAC86F
Tints of Caper #AAC86F
RGB
CMYK
RGB Variations
Color information
#AAC86F (or 0xAAC86F) is known color: Caper. HEX triplet: AA, C8 and 6F. RGB value is (170,200,111). Sum of RGB (Red+Green+Blue) = 170+200+111=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86F is #553790. Grayscale: #B5B5B5. Windows color (decimal): -5584785 or 7325866. OLE color: 7325866.
HSL color Cylindrical-coordinate representation of color #AAC86F: hue angle of 80.22º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC86F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 111 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.22 |
| HSL | 80.22º | 0.45% | 0.61% | - |
| HSV(B) | 80.22º | 0.45% | 0.78% | - |
| XYZ | 40.1 | 51 | 22.77 | - |
| YUV | 180.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 111 | 0.15 | 0 | 0.44 | 0.22 | 80.22 | 0.45 | 0.61 |
| Hex | AA | C8 | 6F | F | 0 | 2C | 16 | 50 | 2D | 3D |
| Octal | 252 | 310 | 157 | 17 | 0 | 54 | 26 | 120 | 55 | 75 |
| Binary | 10101010 | 11001000 | 1101111 | 1111 | 0 | 101100 | 10110 | 1010000 | 101101 | 111101 |
Color Harmonies of #AAC86F
Complementary color
Monochromatic Colors of #AAC86F
Black with #AAC86F
Text Example
Text Example
White with #AAC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC86F; }
p { color: rgb(170,200,111); }
H1.HeaderClassName
{
color: #AAC86F;
}
.AnyTagClassName
{
color: #AAC86F;
}
</style>
background-color css
<style>
a { background-color: #AAC86F; }
a { background-color: rgb(170,200,111); }
div.DivClassName
{
background-color: #AAC86F;
}
.BgClassName
{
background-color: #AAC86F;
}
</style>
border-color css
<style>
span { border-color: #AAC86F; }
span { border-color: rgb(170,200,111); }
td.TdClassName
{
border-color: #AAC86F;
}
.TagClassName
{
border-color: #AAC86F;
}
</style>