Shades of Caper #AAC887
Tints of Caper #AAC887
RGB
CMYK
RGB Variations
Color information
#AAC887 (or 0xAAC887) is known color: Caper. HEX triplet: AA, C8 and 87. RGB value is (170,200,135). Sum of RGB (Red+Green+Blue) = 170+200+135=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC887 is #553778. Grayscale: #B7B7B7. Windows color (decimal): -5584761 or 8898730. OLE color: 8898730.
HSL color Cylindrical-coordinate representation of color #AAC887: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC887 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 135 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.22 |
| HSL | 87.69º | 0.37% | 0.66% | - |
| HSV(B) | 87.69º | 0.33% | 0.78% | - |
| XYZ | 41.61 | 51.6 | 30.69 | - |
| YUV | 183.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 135 | 0.15 | 0 | 0.32 | 0.22 | 87.69 | 0.37 | 0.66 |
| Hex | AA | C8 | 87 | F | 0 | 20 | 16 | 58 | 25 | 42 |
| Octal | 252 | 310 | 207 | 17 | 0 | 40 | 26 | 130 | 45 | 102 |
| Binary | 10101010 | 11001000 | 10000111 | 1111 | 0 | 100000 | 10110 | 1011000 | 100101 | 1000010 |
Color Harmonies of #AAC887
Complementary color
Monochromatic Colors of #AAC887
Black with #AAC887
Text Example
Text Example
White with #AAC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC887; }
p { color: rgb(170,200,135); }
H1.HeaderClassName
{
color: #AAC887;
}
.AnyTagClassName
{
color: #AAC887;
}
</style>
background-color css
<style>
a { background-color: #AAC887; }
a { background-color: rgb(170,200,135); }
div.DivClassName
{
background-color: #AAC887;
}
.BgClassName
{
background-color: #AAC887;
}
</style>
border-color css
<style>
span { border-color: #AAC887; }
span { border-color: rgb(170,200,135); }
td.TdClassName
{
border-color: #AAC887;
}
.TagClassName
{
border-color: #AAC887;
}
</style>