Shades of Caper #AAC787
Tints of Caper #AAC787
RGB
CMYK
RGB Variations
Color information
#AAC787 (or 0xAAC787) is known color: Caper. HEX triplet: AA, C7 and 87. RGB value is (170,199,135). Sum of RGB (Red+Green+Blue) = 170+199+135=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC787 is #553878. Grayscale: #B7B7B7. Windows color (decimal): -5585017 or 8898474. OLE color: 8898474.
HSL color Cylindrical-coordinate representation of color #AAC787: hue angle of 87.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC787 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 135 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.22 |
| HSL | 87.19º | 0.36% | 0.65% | - |
| HSV(B) | 87.19º | 0.32% | 0.78% | - |
| XYZ | 41.37 | 51.14 | 30.61 | - |
| YUV | 183.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 135 | 0.15 | 0 | 0.32 | 0.22 | 87.19 | 0.36 | 0.65 |
| Hex | AA | C7 | 87 | F | 0 | 20 | 16 | 57 | 24 | 41 |
| Octal | 252 | 307 | 207 | 17 | 0 | 40 | 26 | 127 | 44 | 101 |
| Binary | 10101010 | 11000111 | 10000111 | 1111 | 0 | 100000 | 10110 | 1010111 | 100100 | 1000001 |
Color Harmonies of #AAC787
Complementary color
Monochromatic Colors of #AAC787
Black with #AAC787
Text Example
Text Example
White with #AAC787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC787; }
p { color: rgb(170,199,135); }
H1.HeaderClassName
{
color: #AAC787;
}
.AnyTagClassName
{
color: #AAC787;
}
</style>
background-color css
<style>
a { background-color: #AAC787; }
a { background-color: rgb(170,199,135); }
div.DivClassName
{
background-color: #AAC787;
}
.BgClassName
{
background-color: #AAC787;
}
</style>
border-color css
<style>
span { border-color: #AAC787; }
span { border-color: rgb(170,199,135); }
td.TdClassName
{
border-color: #AAC787;
}
.TagClassName
{
border-color: #AAC787;
}
</style>