Shades of Caper #AAC47C
Tints of Caper #AAC47C
RGB
CMYK
RGB Variations
Color information
#AAC47C (or 0xAAC47C) is known color: Caper. HEX triplet: AA, C4 and 7C. RGB value is (170,196,124). Sum of RGB (Red+Green+Blue) = 170+196+124=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47C is #553B83. Grayscale: #B4B4B4. Windows color (decimal): -5585796 or 8176810. OLE color: 8176810.
HSL color Cylindrical-coordinate representation of color #AAC47C: hue angle of 81.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC47C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 124 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.23 |
| HSL | 81.67º | 0.38% | 0.63% | - |
| HSV(B) | 81.67º | 0.37% | 0.77% | - |
| XYZ | 39.96 | 49.48 | 26.51 | - |
| YUV | 180.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 124 | 0.13 | 0 | 0.37 | 0.23 | 81.67 | 0.38 | 0.63 |
| Hex | AA | C4 | 7C | D | 0 | 25 | 17 | 52 | 26 | 3F |
| Octal | 252 | 304 | 174 | 15 | 0 | 45 | 27 | 122 | 46 | 77 |
| Binary | 10101010 | 11000100 | 1111100 | 1101 | 0 | 100101 | 10111 | 1010010 | 100110 | 111111 |
Color Harmonies of #AAC47C
Complementary color
Monochromatic Colors of #AAC47C
Black with #AAC47C
Text Example
Text Example
White with #AAC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC47C; }
p { color: rgb(170,196,124); }
H1.HeaderClassName
{
color: #AAC47C;
}
.AnyTagClassName
{
color: #AAC47C;
}
</style>
background-color css
<style>
a { background-color: #AAC47C; }
a { background-color: rgb(170,196,124); }
div.DivClassName
{
background-color: #AAC47C;
}
.BgClassName
{
background-color: #AAC47C;
}
</style>
border-color css
<style>
span { border-color: #AAC47C; }
span { border-color: rgb(170,196,124); }
td.TdClassName
{
border-color: #AAC47C;
}
.TagClassName
{
border-color: #AAC47C;
}
</style>