Shades of Caper #AAC786
Tints of Caper #AAC786
RGB
CMYK
RGB Variations
Color information
#AAC786 (or 0xAAC786) is known color: Caper. HEX triplet: AA, C7 and 86. RGB value is (170,199,134). Sum of RGB (Red+Green+Blue) = 170+199+134=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC786 is #553879. Grayscale: #B7B7B7. Windows color (decimal): -5585018 or 8832938. OLE color: 8832938.
HSL color Cylindrical-coordinate representation of color #AAC786: hue angle of 86.77º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC786 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 134 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.22 |
| HSL | 86.77º | 0.37% | 0.65% | - |
| HSV(B) | 86.77º | 0.33% | 0.78% | - |
| XYZ | 41.3 | 51.11 | 30.24 | - |
| YUV | 182.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 134 | 0.15 | 0 | 0.33 | 0.22 | 86.77 | 0.37 | 0.65 |
| Hex | AA | C7 | 86 | F | 0 | 21 | 16 | 57 | 25 | 41 |
| Octal | 252 | 307 | 206 | 17 | 0 | 41 | 26 | 127 | 45 | 101 |
| Binary | 10101010 | 11000111 | 10000110 | 1111 | 0 | 100001 | 10110 | 1010111 | 100101 | 1000001 |
Color Harmonies of #AAC786
Complementary color
Monochromatic Colors of #AAC786
Black with #AAC786
Text Example
Text Example
White with #AAC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC786; }
p { color: rgb(170,199,134); }
H1.HeaderClassName
{
color: #AAC786;
}
.AnyTagClassName
{
color: #AAC786;
}
</style>
background-color css
<style>
a { background-color: #AAC786; }
a { background-color: rgb(170,199,134); }
div.DivClassName
{
background-color: #AAC786;
}
.BgClassName
{
background-color: #AAC786;
}
</style>
border-color css
<style>
span { border-color: #AAC786; }
span { border-color: rgb(170,199,134); }
td.TdClassName
{
border-color: #AAC786;
}
.TagClassName
{
border-color: #AAC786;
}
</style>