Shades of Caper #AEC986
Tints of Caper #AEC986
RGB
CMYK
RGB Variations
Color information
#AEC986 (or 0xAEC986) is known color: Caper. HEX triplet: AE, C9 and 86. RGB value is (174,201,134). Sum of RGB (Red+Green+Blue) = 174+201+134=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC986 is #513679. Grayscale: #B9B9B9. Windows color (decimal): -5322362 or 8833454. OLE color: 8833454.
HSL color Cylindrical-coordinate representation of color #AEC986: hue angle of 84.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC986 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 134 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.21 |
| HSL | 84.18º | 0.38% | 0.66% | - |
| HSV(B) | 84.18º | 0.33% | 0.79% | - |
| XYZ | 42.65 | 52.49 | 30.44 | - |
| YUV | 185.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 134 | 0.13 | 0 | 0.33 | 0.21 | 84.18 | 0.38 | 0.66 |
| Hex | AE | C9 | 86 | D | 0 | 21 | 15 | 54 | 26 | 42 |
| Octal | 256 | 311 | 206 | 15 | 0 | 41 | 25 | 124 | 46 | 102 |
| Binary | 10101110 | 11001001 | 10000110 | 1101 | 0 | 100001 | 10101 | 1010100 | 100110 | 1000010 |
Color Harmonies of #AEC986
Complementary color
Monochromatic Colors of #AEC986
Black with #AEC986
Text Example
Text Example
White with #AEC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC986; }
p { color: rgb(174,201,134); }
H1.HeaderClassName
{
color: #AEC986;
}
.AnyTagClassName
{
color: #AEC986;
}
</style>
background-color css
<style>
a { background-color: #AEC986; }
a { background-color: rgb(174,201,134); }
div.DivClassName
{
background-color: #AEC986;
}
.BgClassName
{
background-color: #AEC986;
}
</style>
border-color css
<style>
span { border-color: #AEC986; }
span { border-color: rgb(174,201,134); }
td.TdClassName
{
border-color: #AEC986;
}
.TagClassName
{
border-color: #AEC986;
}
</style>