Shades of Caper #AEC586
Tints of Caper #AEC586
RGB
CMYK
RGB Variations
Color information
#AEC586 (or 0xAEC586) is known color: Caper. HEX triplet: AE, C5 and 86. RGB value is (174,197,134). Sum of RGB (Red+Green+Blue) = 174+197+134=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC586 is #513A79. Grayscale: #B7B7B7. Windows color (decimal): -5323386 or 8832430. OLE color: 8832430.
HSL color Cylindrical-coordinate representation of color #AEC586: hue angle of 81.9º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC586 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 134 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.23 |
| HSL | 81.9º | 0.35% | 0.65% | - |
| HSV(B) | 81.9º | 0.32% | 0.77% | - |
| XYZ | 41.72 | 50.65 | 30.13 | - |
| YUV | 182.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 134 | 0.12 | 0 | 0.32 | 0.23 | 81.9 | 0.35 | 0.65 |
| Hex | AE | C5 | 86 | C | 0 | 20 | 17 | 52 | 23 | 41 |
| Octal | 256 | 305 | 206 | 14 | 0 | 40 | 27 | 122 | 43 | 101 |
| Binary | 10101110 | 11000101 | 10000110 | 1100 | 0 | 100000 | 10111 | 1010010 | 100011 | 1000001 |
Color Harmonies of #AEC586
Complementary color
Monochromatic Colors of #AEC586
Black with #AEC586
Text Example
Text Example
White with #AEC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC586; }
p { color: rgb(174,197,134); }
H1.HeaderClassName
{
color: #AEC586;
}
.AnyTagClassName
{
color: #AEC586;
}
</style>
background-color css
<style>
a { background-color: #AEC586; }
a { background-color: rgb(174,197,134); }
div.DivClassName
{
background-color: #AEC586;
}
.BgClassName
{
background-color: #AEC586;
}
</style>
border-color css
<style>
span { border-color: #AEC586; }
span { border-color: rgb(174,197,134); }
td.TdClassName
{
border-color: #AEC586;
}
.TagClassName
{
border-color: #AEC586;
}
</style>