Shades of Caper #AAC86A
Tints of Caper #AAC86A
RGB
CMYK
RGB Variations
Color information
#AAC86A (or 0xAAC86A) is known color: Caper. HEX triplet: AA, C8 and 6A. RGB value is (170,200,106). Sum of RGB (Red+Green+Blue) = 170+200+106=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86A is #553795. Grayscale: #B4B4B4. Windows color (decimal): -5584790 or 6998186. OLE color: 6998186.
HSL color Cylindrical-coordinate representation of color #AAC86A: hue angle of 79.15º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC86A is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 106 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.22 |
| HSL | 79.15º | 0.46% | 0.6% | - |
| HSV(B) | 79.15º | 0.47% | 0.78% | - |
| XYZ | 39.83 | 50.9 | 21.36 | - |
| YUV | 180.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 106 | 0.15 | 0 | 0.47 | 0.22 | 79.15 | 0.46 | 0.6 |
| Hex | AA | C8 | 6A | F | 0 | 2F | 16 | 4F | 2E | 3C |
| Octal | 252 | 310 | 152 | 17 | 0 | 57 | 26 | 117 | 56 | 74 |
| Binary | 10101010 | 11001000 | 1101010 | 1111 | 0 | 101111 | 10110 | 1001111 | 101110 | 111100 |
Color Harmonies of #AAC86A
Complementary color
Monochromatic Colors of #AAC86A
Black with #AAC86A
Text Example
Text Example
White with #AAC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC86A; }
p { color: rgb(170,200,106); }
H1.HeaderClassName
{
color: #AAC86A;
}
.AnyTagClassName
{
color: #AAC86A;
}
</style>
background-color css
<style>
a { background-color: #AAC86A; }
a { background-color: rgb(170,200,106); }
div.DivClassName
{
background-color: #AAC86A;
}
.BgClassName
{
background-color: #AAC86A;
}
</style>
border-color css
<style>
span { border-color: #AAC86A; }
span { border-color: rgb(170,200,106); }
td.TdClassName
{
border-color: #AAC86A;
}
.TagClassName
{
border-color: #AAC86A;
}
</style>