Shades of Caper #AAC87D
Tints of Caper #AAC87D
RGB
CMYK
RGB Variations
Color information
#AAC87D (or 0xAAC87D) is known color: Caper. HEX triplet: AA, C8 and 7D. RGB value is (170,200,125). Sum of RGB (Red+Green+Blue) = 170+200+125=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC87D is #553782. Grayscale: #B6B6B6. Windows color (decimal): -5584771 or 8243370. OLE color: 8243370.
HSL color Cylindrical-coordinate representation of color #AAC87D: hue angle of 84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC87D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 125 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.22 |
| HSL | 84º | 0.41% | 0.64% | - |
| HSV(B) | 84º | 0.38% | 0.78% | - |
| XYZ | 40.93 | 51.34 | 27.15 | - |
| YUV | 182.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 125 | 0.15 | 0 | 0.38 | 0.22 | 84 | 0.41 | 0.64 |
| Hex | AA | C8 | 7D | F | 0 | 26 | 16 | 54 | 29 | 40 |
| Octal | 252 | 310 | 175 | 17 | 0 | 46 | 26 | 124 | 51 | 100 |
| Binary | 10101010 | 11001000 | 1111101 | 1111 | 0 | 100110 | 10110 | 1010100 | 101001 | 1000000 |
Color Harmonies of #AAC87D
Complementary color
Monochromatic Colors of #AAC87D
Black with #AAC87D
Text Example
Text Example
White with #AAC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC87D; }
p { color: rgb(170,200,125); }
H1.HeaderClassName
{
color: #AAC87D;
}
.AnyTagClassName
{
color: #AAC87D;
}
</style>
background-color css
<style>
a { background-color: #AAC87D; }
a { background-color: rgb(170,200,125); }
div.DivClassName
{
background-color: #AAC87D;
}
.BgClassName
{
background-color: #AAC87D;
}
</style>
border-color css
<style>
span { border-color: #AAC87D; }
span { border-color: rgb(170,200,125); }
td.TdClassName
{
border-color: #AAC87D;
}
.TagClassName
{
border-color: #AAC87D;
}
</style>