Shades of Caper #AAC87F
Tints of Caper #AAC87F
RGB
CMYK
RGB Variations
Color information
#AAC87F (or 0xAAC87F) is known color: Caper. HEX triplet: AA, C8 and 7F. RGB value is (170,200,127). Sum of RGB (Red+Green+Blue) = 170+200+127=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC87F is #553780. Grayscale: #B6B6B6. Windows color (decimal): -5584769 or 8374442. OLE color: 8374442.
HSL color Cylindrical-coordinate representation of color #AAC87F: hue angle of 84.66º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC87F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 127 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.22 |
| HSL | 84.66º | 0.4% | 0.64% | - |
| HSV(B) | 84.66º | 0.37% | 0.78% | - |
| XYZ | 41.06 | 51.39 | 27.83 | - |
| YUV | 182.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 127 | 0.15 | 0 | 0.36 | 0.22 | 84.66 | 0.4 | 0.64 |
| Hex | AA | C8 | 7F | F | 0 | 24 | 16 | 55 | 28 | 40 |
| Octal | 252 | 310 | 177 | 17 | 0 | 44 | 26 | 125 | 50 | 100 |
| Binary | 10101010 | 11001000 | 1111111 | 1111 | 0 | 100100 | 10110 | 1010101 | 101000 | 1000000 |
Color Harmonies of #AAC87F
Complementary color
Monochromatic Colors of #AAC87F
Black with #AAC87F
Text Example
Text Example
White with #AAC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC87F; }
p { color: rgb(170,200,127); }
H1.HeaderClassName
{
color: #AAC87F;
}
.AnyTagClassName
{
color: #AAC87F;
}
</style>
background-color css
<style>
a { background-color: #AAC87F; }
a { background-color: rgb(170,200,127); }
div.DivClassName
{
background-color: #AAC87F;
}
.BgClassName
{
background-color: #AAC87F;
}
</style>
border-color css
<style>
span { border-color: #AAC87F; }
span { border-color: rgb(170,200,127); }
td.TdClassName
{
border-color: #AAC87F;
}
.TagClassName
{
border-color: #AAC87F;
}
</style>