Shades of Caper #AAC97C
Tints of Caper #AAC97C
RGB
CMYK
RGB Variations
Color information
#AAC97C (or 0xAAC97C) is known color: Caper. HEX triplet: AA, C9 and 7C. RGB value is (170,201,124). Sum of RGB (Red+Green+Blue) = 170+201+124=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC97C is #553683. Grayscale: #B7B7B7. Windows color (decimal): -5584516 or 8178090. OLE color: 8178090.
HSL color Cylindrical-coordinate representation of color #AAC97C: hue angle of 84.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC97C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 124 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.21 |
| HSL | 84.16º | 0.42% | 0.64% | - |
| HSV(B) | 84.16º | 0.38% | 0.79% | - |
| XYZ | 41.1 | 51.77 | 26.9 | - |
| YUV | 182.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 124 | 0.15 | 0 | 0.38 | 0.21 | 84.16 | 0.42 | 0.64 |
| Hex | AA | C9 | 7C | F | 0 | 26 | 15 | 54 | 2A | 40 |
| Octal | 252 | 311 | 174 | 17 | 0 | 46 | 25 | 124 | 52 | 100 |
| Binary | 10101010 | 11001001 | 1111100 | 1111 | 0 | 100110 | 10101 | 1010100 | 101010 | 1000000 |
Color Harmonies of #AAC97C
Complementary color
Monochromatic Colors of #AAC97C
Black with #AAC97C
Text Example
Text Example
White with #AAC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC97C; }
p { color: rgb(170,201,124); }
H1.HeaderClassName
{
color: #AAC97C;
}
.AnyTagClassName
{
color: #AAC97C;
}
</style>
background-color css
<style>
a { background-color: #AAC97C; }
a { background-color: rgb(170,201,124); }
div.DivClassName
{
background-color: #AAC97C;
}
.BgClassName
{
background-color: #AAC97C;
}
</style>
border-color css
<style>
span { border-color: #AAC97C; }
span { border-color: rgb(170,201,124); }
td.TdClassName
{
border-color: #AAC97C;
}
.TagClassName
{
border-color: #AAC97C;
}
</style>