Shades of Caper #AAC586
Tints of Caper #AAC586
RGB
CMYK
RGB Variations
Color information
#AAC586 (or 0xAAC586) is known color: Caper. HEX triplet: AA, C5 and 86. RGB value is (170,197,134). Sum of RGB (Red+Green+Blue) = 170+197+134=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC586 is #553A79. Grayscale: #B5B5B5. Windows color (decimal): -5585530 or 8832426. OLE color: 8832426.
HSL color Cylindrical-coordinate representation of color #AAC586: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC586 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 134 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.23 |
| HSL | 85.71º | 0.35% | 0.65% | - |
| HSV(B) | 85.71º | 0.32% | 0.77% | - |
| XYZ | 40.85 | 50.2 | 30.09 | - |
| YUV | 181.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 134 | 0.14 | 0 | 0.32 | 0.23 | 85.71 | 0.35 | 0.65 |
| Hex | AA | C5 | 86 | E | 0 | 20 | 17 | 56 | 23 | 41 |
| Octal | 252 | 305 | 206 | 16 | 0 | 40 | 27 | 126 | 43 | 101 |
| Binary | 10101010 | 11000101 | 10000110 | 1110 | 0 | 100000 | 10111 | 1010110 | 100011 | 1000001 |
Color Harmonies of #AAC586
Complementary color
Monochromatic Colors of #AAC586
Black with #AAC586
Text Example
Text Example
White with #AAC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC586; }
p { color: rgb(170,197,134); }
H1.HeaderClassName
{
color: #AAC586;
}
.AnyTagClassName
{
color: #AAC586;
}
</style>
background-color css
<style>
a { background-color: #AAC586; }
a { background-color: rgb(170,197,134); }
div.DivClassName
{
background-color: #AAC586;
}
.BgClassName
{
background-color: #AAC586;
}
</style>
border-color css
<style>
span { border-color: #AAC586; }
span { border-color: rgb(170,197,134); }
td.TdClassName
{
border-color: #AAC586;
}
.TagClassName
{
border-color: #AAC586;
}
</style>