Shades of Caper #AEC87C
Tints of Caper #AEC87C
RGB
CMYK
RGB Variations
Color information
#AEC87C (or 0xAEC87C) is known color: Caper. HEX triplet: AE, C8 and 7C. RGB value is (174,200,124). Sum of RGB (Red+Green+Blue) = 174+200+124=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC87C is #513783. Grayscale: #B7B7B7. Windows color (decimal): -5322628 or 8177838. OLE color: 8177838.
HSL color Cylindrical-coordinate representation of color #AEC87C: hue angle of 80.53º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEC87C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 124 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.22 |
| HSL | 80.53º | 0.41% | 0.64% | - |
| HSV(B) | 80.53º | 0.38% | 0.78% | - |
| XYZ | 41.75 | 51.76 | 26.86 | - |
| YUV | 183.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 124 | 0.13 | 0 | 0.38 | 0.22 | 80.53 | 0.41 | 0.64 |
| Hex | AE | C8 | 7C | D | 0 | 26 | 16 | 51 | 29 | 40 |
| Octal | 256 | 310 | 174 | 15 | 0 | 46 | 26 | 121 | 51 | 100 |
| Binary | 10101110 | 11001000 | 1111100 | 1101 | 0 | 100110 | 10110 | 1010001 | 101001 | 1000000 |
Color Harmonies of #AEC87C
Complementary color
Monochromatic Colors of #AEC87C
Black with #AEC87C
Text Example
Text Example
White with #AEC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC87C; }
p { color: rgb(174,200,124); }
H1.HeaderClassName
{
color: #AEC87C;
}
.AnyTagClassName
{
color: #AEC87C;
}
</style>
background-color css
<style>
a { background-color: #AEC87C; }
a { background-color: rgb(174,200,124); }
div.DivClassName
{
background-color: #AEC87C;
}
.BgClassName
{
background-color: #AEC87C;
}
</style>
border-color css
<style>
span { border-color: #AEC87C; }
span { border-color: rgb(174,200,124); }
td.TdClassName
{
border-color: #AEC87C;
}
.TagClassName
{
border-color: #AEC87C;
}
</style>