Shades of Caper #AEC86E
Tints of Caper #AEC86E
RGB
CMYK
RGB Variations
Color information
#AEC86E (or 0xAEC86E) is known color: Caper. HEX triplet: AE, C8 and 6E. RGB value is (174,200,110). Sum of RGB (Red+Green+Blue) = 174+200+110=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC86E is #513791. Grayscale: #B6B6B6. Windows color (decimal): -5322642 or 7260334. OLE color: 7260334.
HSL color Cylindrical-coordinate representation of color #AEC86E: hue angle of 77.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEC86E is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 200 | 110 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.22 |
| HSL | 77.33º | 0.45% | 0.61% | - |
| HSV(B) | 77.33º | 0.45% | 0.78% | - |
| XYZ | 40.92 | 51.43 | 22.52 | - |
| YUV | 181.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 110 | 0.13 | 0 | 0.45 | 0.22 | 77.33 | 0.45 | 0.61 |
| Hex | AE | C8 | 6E | D | 0 | 2D | 16 | 4D | 2D | 3D |
| Octal | 256 | 310 | 156 | 15 | 0 | 55 | 26 | 115 | 55 | 75 |
| Binary | 10101110 | 11001000 | 1101110 | 1101 | 0 | 101101 | 10110 | 1001101 | 101101 | 111101 |
Color Harmonies of #AEC86E
Complementary color
Monochromatic Colors of #AEC86E
Black with #AEC86E
Text Example
Text Example
White with #AEC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC86E; }
p { color: rgb(174,200,110); }
H1.HeaderClassName
{
color: #AEC86E;
}
.AnyTagClassName
{
color: #AEC86E;
}
</style>
background-color css
<style>
a { background-color: #AEC86E; }
a { background-color: rgb(174,200,110); }
div.DivClassName
{
background-color: #AEC86E;
}
.BgClassName
{
background-color: #AEC86E;
}
</style>
border-color css
<style>
span { border-color: #AEC86E; }
span { border-color: rgb(174,200,110); }
td.TdClassName
{
border-color: #AEC86E;
}
.TagClassName
{
border-color: #AEC86E;
}
</style>