Shades of Caper #AEC47C
Tints of Caper #AEC47C
RGB
CMYK
RGB Variations
Color information
#AEC47C (or 0xAEC47C) is known color: Caper. HEX triplet: AE, C4 and 7C. RGB value is (174,196,124). Sum of RGB (Red+Green+Blue) = 174+196+124=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC47C is #513B83. Grayscale: #B5B5B5. Windows color (decimal): -5323652 or 8176814. OLE color: 8176814.
HSL color Cylindrical-coordinate representation of color #AEC47C: hue angle of 78.33º 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 #AEC47C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 124 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.23 |
| HSL | 78.33º | 0.38% | 0.63% | - |
| HSV(B) | 78.33º | 0.37% | 0.77% | - |
| XYZ | 40.83 | 49.93 | 26.55 | - |
| YUV | 181.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 124 | 0.11 | 0 | 0.37 | 0.23 | 78.33 | 0.38 | 0.63 |
| Hex | AE | C4 | 7C | B | 0 | 25 | 17 | 4E | 26 | 3F |
| Octal | 256 | 304 | 174 | 13 | 0 | 45 | 27 | 116 | 46 | 77 |
| Binary | 10101110 | 11000100 | 1111100 | 1011 | 0 | 100101 | 10111 | 1001110 | 100110 | 111111 |
Color Harmonies of #AEC47C
Complementary color
Monochromatic Colors of #AEC47C
Black with #AEC47C
Text Example
Text Example
White with #AEC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC47C; }
p { color: rgb(174,196,124); }
H1.HeaderClassName
{
color: #AEC47C;
}
.AnyTagClassName
{
color: #AEC47C;
}
</style>
background-color css
<style>
a { background-color: #AEC47C; }
a { background-color: rgb(174,196,124); }
div.DivClassName
{
background-color: #AEC47C;
}
.BgClassName
{
background-color: #AEC47C;
}
</style>
border-color css
<style>
span { border-color: #AEC47C; }
span { border-color: rgb(174,196,124); }
td.TdClassName
{
border-color: #AEC47C;
}
.TagClassName
{
border-color: #AEC47C;
}
</style>