Shades of Caper #AAC47D
Tints of Caper #AAC47D
RGB
CMYK
RGB Variations
Color information
#AAC47D (or 0xAAC47D) is known color: Caper. HEX triplet: AA, C4 and 7D. RGB value is (170,196,125). Sum of RGB (Red+Green+Blue) = 170+196+125=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47D is #553B82. Grayscale: #B4B4B4. Windows color (decimal): -5585795 or 8242346. OLE color: 8242346.
HSL color Cylindrical-coordinate representation of color #AAC47D: hue angle of 81.97º degrees, saturation: 0.38, 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 #AAC47D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 125 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.23 |
| HSL | 81.97º | 0.38% | 0.63% | - |
| HSV(B) | 81.97º | 0.36% | 0.77% | - |
| XYZ | 40.02 | 49.51 | 26.85 | - |
| YUV | 180.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 125 | 0.13 | 0 | 0.36 | 0.23 | 81.97 | 0.38 | 0.63 |
| Hex | AA | C4 | 7D | D | 0 | 24 | 17 | 52 | 26 | 3F |
| Octal | 252 | 304 | 175 | 15 | 0 | 44 | 27 | 122 | 46 | 77 |
| Binary | 10101010 | 11000100 | 1111101 | 1101 | 0 | 100100 | 10111 | 1010010 | 100110 | 111111 |
Color Harmonies of #AAC47D
Complementary color
Monochromatic Colors of #AAC47D
Black with #AAC47D
Text Example
Text Example
White with #AAC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC47D; }
p { color: rgb(170,196,125); }
H1.HeaderClassName
{
color: #AAC47D;
}
.AnyTagClassName
{
color: #AAC47D;
}
</style>
background-color css
<style>
a { background-color: #AAC47D; }
a { background-color: rgb(170,196,125); }
div.DivClassName
{
background-color: #AAC47D;
}
.BgClassName
{
background-color: #AAC47D;
}
</style>
border-color css
<style>
span { border-color: #AAC47D; }
span { border-color: rgb(170,196,125); }
td.TdClassName
{
border-color: #AAC47D;
}
.TagClassName
{
border-color: #AAC47D;
}
</style>