Shades of Caper #AEC08D
Tints of Caper #AEC08D
RGB
CMYK
RGB Variations
Color information
#AEC08D (or 0xAEC08D) is known color: Caper. HEX triplet: AE, C0 and 8D. RGB value is (174,192,141). Sum of RGB (Red+Green+Blue) = 174+192+141=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC08D is #513F72. Grayscale: #B4B4B4. Windows color (decimal): -5324659 or 9289902. OLE color: 9289902.
HSL color Cylindrical-coordinate representation of color #AEC08D: hue angle of 81.18º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC08D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 141 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.25 |
| HSL | 81.18º | 0.29% | 0.65% | - |
| HSV(B) | 81.18º | 0.27% | 0.75% | - |
| XYZ | 41.11 | 48.62 | 32.42 | - |
| YUV | 180.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 141 | 0.09 | 0 | 0.27 | 0.25 | 81.18 | 0.29 | 0.65 |
| Hex | AE | C0 | 8D | 9 | 0 | 1B | 19 | 51 | 1D | 41 |
| Octal | 256 | 300 | 215 | 11 | 0 | 33 | 31 | 121 | 35 | 101 |
| Binary | 10101110 | 11000000 | 10001101 | 1001 | 0 | 11011 | 11001 | 1010001 | 11101 | 1000001 |
Color Harmonies of #AEC08D
Complementary color
Monochromatic Colors of #AEC08D
Black with #AEC08D
Text Example
Text Example
White with #AEC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC08D; }
p { color: rgb(174,192,141); }
H1.HeaderClassName
{
color: #AEC08D;
}
.AnyTagClassName
{
color: #AEC08D;
}
</style>
background-color css
<style>
a { background-color: #AEC08D; }
a { background-color: rgb(174,192,141); }
div.DivClassName
{
background-color: #AEC08D;
}
.BgClassName
{
background-color: #AEC08D;
}
</style>
border-color css
<style>
span { border-color: #AEC08D; }
span { border-color: rgb(174,192,141); }
td.TdClassName
{
border-color: #AEC08D;
}
.TagClassName
{
border-color: #AEC08D;
}
</style>