Shades of Caper #AAC86C
Tints of Caper #AAC86C
RGB
CMYK
RGB Variations
Color information
#AAC86C (or 0xAAC86C) is known color: Caper. HEX triplet: AA, C8 and 6C. RGB value is (170,200,108). Sum of RGB (Red+Green+Blue) = 170+200+108=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86C is #553793. Grayscale: #B4B4B4. Windows color (decimal): -5584788 or 7129258. OLE color: 7129258.
HSL color Cylindrical-coordinate representation of color #AAC86C: hue angle of 79.57º 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 #AAC86C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 108 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.57º | 0.46% | 0.6% | - |
| HSV(B) | 79.57º | 0.46% | 0.78% | - |
| XYZ | 39.94 | 50.94 | 21.91 | - |
| YUV | 180.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 108 | 0.15 | 0 | 0.46 | 0.22 | 79.57 | 0.46 | 0.6 |
| Hex | AA | C8 | 6C | F | 0 | 2E | 16 | 50 | 2E | 3C |
| Octal | 252 | 310 | 154 | 17 | 0 | 56 | 26 | 120 | 56 | 74 |
| Binary | 10101010 | 11001000 | 1101100 | 1111 | 0 | 101110 | 10110 | 1010000 | 101110 | 111100 |
Color Harmonies of #AAC86C
Complementary color
Monochromatic Colors of #AAC86C
Black with #AAC86C
Text Example
Text Example
White with #AAC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC86C; }
p { color: rgb(170,200,108); }
H1.HeaderClassName
{
color: #AAC86C;
}
.AnyTagClassName
{
color: #AAC86C;
}
</style>
background-color css
<style>
a { background-color: #AAC86C; }
a { background-color: rgb(170,200,108); }
div.DivClassName
{
background-color: #AAC86C;
}
.BgClassName
{
background-color: #AAC86C;
}
</style>
border-color css
<style>
span { border-color: #AAC86C; }
span { border-color: rgb(170,200,108); }
td.TdClassName
{
border-color: #AAC86C;
}
.TagClassName
{
border-color: #AAC86C;
}
</style>