Shades of Caper #AAC86B
Tints of Caper #AAC86B
RGB
CMYK
RGB Variations
Color information
#AAC86B (or 0xAAC86B) is known color: Caper. HEX triplet: AA, C8 and 6B. RGB value is (170,200,107). Sum of RGB (Red+Green+Blue) = 170+200+107=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86B is #553794. Grayscale: #B4B4B4. Windows color (decimal): -5584789 or 7063722. OLE color: 7063722.
HSL color Cylindrical-coordinate representation of color #AAC86B: hue angle of 79.35º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC86B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 107 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.35º | 0.46% | 0.6% | - |
| HSV(B) | 79.35º | 0.47% | 0.78% | - |
| XYZ | 39.89 | 50.92 | 21.64 | - |
| YUV | 180.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 107 | 0.15 | 0 | 0.46 | 0.22 | 79.35 | 0.46 | 0.6 |
| Hex | AA | C8 | 6B | F | 0 | 2E | 16 | 4F | 2E | 3C |
| Octal | 252 | 310 | 153 | 17 | 0 | 56 | 26 | 117 | 56 | 74 |
| Binary | 10101010 | 11001000 | 1101011 | 1111 | 0 | 101110 | 10110 | 1001111 | 101110 | 111100 |
Color Harmonies of #AAC86B
Complementary color
Monochromatic Colors of #AAC86B
Black with #AAC86B
Text Example
Text Example
White with #AAC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC86B; }
p { color: rgb(170,200,107); }
H1.HeaderClassName
{
color: #AAC86B;
}
.AnyTagClassName
{
color: #AAC86B;
}
</style>
background-color css
<style>
a { background-color: #AAC86B; }
a { background-color: rgb(170,200,107); }
div.DivClassName
{
background-color: #AAC86B;
}
.BgClassName
{
background-color: #AAC86B;
}
</style>
border-color css
<style>
span { border-color: #AAC86B; }
span { border-color: rgb(170,200,107); }
td.TdClassName
{
border-color: #AAC86B;
}
.TagClassName
{
border-color: #AAC86B;
}
</style>