Shades of Caper #AAC47E
Tints of Caper #AAC47E
RGB
CMYK
RGB Variations
Color information
#AAC47E (or 0xAAC47E) is known color: Caper. HEX triplet: AA, C4 and 7E. RGB value is (170,196,126). Sum of RGB (Red+Green+Blue) = 170+196+126=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47E is #553B81. Grayscale: #B4B4B4. Windows color (decimal): -5585794 or 8307882. OLE color: 8307882.
HSL color Cylindrical-coordinate representation of color #AAC47E: hue angle of 82.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC47E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 126 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.23 |
| HSL | 82.29º | 0.37% | 0.63% | - |
| HSV(B) | 82.29º | 0.36% | 0.77% | - |
| XYZ | 40.08 | 49.53 | 27.19 | - |
| YUV | 180.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 126 | 0.13 | 0 | 0.36 | 0.23 | 82.29 | 0.37 | 0.63 |
| Hex | AA | C4 | 7E | D | 0 | 24 | 17 | 52 | 25 | 3F |
| Octal | 252 | 304 | 176 | 15 | 0 | 44 | 27 | 122 | 45 | 77 |
| Binary | 10101010 | 11000100 | 1111110 | 1101 | 0 | 100100 | 10111 | 1010010 | 100101 | 111111 |
Color Harmonies of #AAC47E
Complementary color
Monochromatic Colors of #AAC47E
Black with #AAC47E
Text Example
Text Example
White with #AAC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC47E; }
p { color: rgb(170,196,126); }
H1.HeaderClassName
{
color: #AAC47E;
}
.AnyTagClassName
{
color: #AAC47E;
}
</style>
background-color css
<style>
a { background-color: #AAC47E; }
a { background-color: rgb(170,196,126); }
div.DivClassName
{
background-color: #AAC47E;
}
.BgClassName
{
background-color: #AAC47E;
}
</style>
border-color css
<style>
span { border-color: #AAC47E; }
span { border-color: rgb(170,196,126); }
td.TdClassName
{
border-color: #AAC47E;
}
.TagClassName
{
border-color: #AAC47E;
}
</style>