Shades of Caper #AAC682
Tints of Caper #AAC682
RGB
CMYK
RGB Variations
Color information
#AAC682 (or 0xAAC682) is known color: Caper. HEX triplet: AA, C6 and 82. RGB value is (170,198,130). Sum of RGB (Red+Green+Blue) = 170+198+130=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC682 is #55397D. Grayscale: #B6B6B6. Windows color (decimal): -5585278 or 8570538. OLE color: 8570538.
HSL color Cylindrical-coordinate representation of color #AAC682: hue angle of 84.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC682 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 130 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 84.71º | 0.37% | 0.64% | - |
| HSV(B) | 84.71º | 0.34% | 0.78% | - |
| XYZ | 40.8 | 50.55 | 28.73 | - |
| YUV | 181.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 130 | 0.14 | 0 | 0.34 | 0.22 | 84.71 | 0.37 | 0.64 |
| Hex | AA | C6 | 82 | E | 0 | 22 | 16 | 55 | 25 | 40 |
| Octal | 252 | 306 | 202 | 16 | 0 | 42 | 26 | 125 | 45 | 100 |
| Binary | 10101010 | 11000110 | 10000010 | 1110 | 0 | 100010 | 10110 | 1010101 | 100101 | 1000000 |
Color Harmonies of #AAC682
Complementary color
Monochromatic Colors of #AAC682
Black with #AAC682
Text Example
Text Example
White with #AAC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC682; }
p { color: rgb(170,198,130); }
H1.HeaderClassName
{
color: #AAC682;
}
.AnyTagClassName
{
color: #AAC682;
}
</style>
background-color css
<style>
a { background-color: #AAC682; }
a { background-color: rgb(170,198,130); }
div.DivClassName
{
background-color: #AAC682;
}
.BgClassName
{
background-color: #AAC682;
}
</style>
border-color css
<style>
span { border-color: #AAC682; }
span { border-color: rgb(170,198,130); }
td.TdClassName
{
border-color: #AAC682;
}
.TagClassName
{
border-color: #AAC682;
}
</style>