Shades of Caper #AAC86D
Tints of Caper #AAC86D
RGB
CMYK
RGB Variations
Color information
#AAC86D (or 0xAAC86D) is known color: Caper. HEX triplet: AA, C8 and 6D. RGB value is (170,200,109). Sum of RGB (Red+Green+Blue) = 170+200+109=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86D is #553792. Grayscale: #B4B4B4. Windows color (decimal): -5584787 or 7194794. OLE color: 7194794.
HSL color Cylindrical-coordinate representation of color #AAC86D: hue angle of 79.78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC86D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 109 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.22 |
| HSL | 79.78º | 0.45% | 0.61% | - |
| HSV(B) | 79.78º | 0.46% | 0.78% | - |
| XYZ | 39.99 | 50.96 | 22.2 | - |
| YUV | 180.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 109 | 0.15 | 0 | 0.46 | 0.22 | 79.78 | 0.45 | 0.61 |
| Hex | AA | C8 | 6D | F | 0 | 2E | 16 | 50 | 2D | 3D |
| Octal | 252 | 310 | 155 | 17 | 0 | 56 | 26 | 120 | 55 | 75 |
| Binary | 10101010 | 11001000 | 1101101 | 1111 | 0 | 101110 | 10110 | 1010000 | 101101 | 111101 |
Color Harmonies of #AAC86D
Complementary color
Monochromatic Colors of #AAC86D
Black with #AAC86D
Text Example
Text Example
White with #AAC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC86D; }
p { color: rgb(170,200,109); }
H1.HeaderClassName
{
color: #AAC86D;
}
.AnyTagClassName
{
color: #AAC86D;
}
</style>
background-color css
<style>
a { background-color: #AAC86D; }
a { background-color: rgb(170,200,109); }
div.DivClassName
{
background-color: #AAC86D;
}
.BgClassName
{
background-color: #AAC86D;
}
</style>
border-color css
<style>
span { border-color: #AAC86D; }
span { border-color: rgb(170,200,109); }
td.TdClassName
{
border-color: #AAC86D;
}
.TagClassName
{
border-color: #AAC86D;
}
</style>