Shades of Caper #AEC18D
Tints of Caper #AEC18D
RGB
CMYK
RGB Variations
Color information
#AEC18D (or 0xAEC18D) is known color: Caper. HEX triplet: AE, C1 and 8D. RGB value is (174,193,141). Sum of RGB (Red+Green+Blue) = 174+193+141=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC18D is #513E72. Grayscale: #B5B5B5. Windows color (decimal): -5324403 or 9290158. OLE color: 9290158.
HSL color Cylindrical-coordinate representation of color #AEC18D: hue angle of 81.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC18D is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 141 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.24 |
| HSL | 81.92º | 0.3% | 0.65% | - |
| HSV(B) | 81.92º | 0.27% | 0.76% | - |
| XYZ | 41.33 | 49.06 | 32.49 | - |
| YUV | 181.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 141 | 0.10 | 0 | 0.27 | 0.24 | 81.92 | 0.3 | 0.65 |
| Hex | AE | C1 | 8D | A | 0 | 1B | 18 | 52 | 1E | 41 |
| Octal | 256 | 301 | 215 | 12 | 0 | 33 | 30 | 122 | 36 | 101 |
| Binary | 10101110 | 11000001 | 10001101 | 1010 | 0 | 11011 | 11000 | 1010010 | 11110 | 1000001 |
Color Harmonies of #AEC18D
Complementary color
Monochromatic Colors of #AEC18D
Black with #AEC18D
Text Example
Text Example
White with #AEC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC18D; }
p { color: rgb(174,193,141); }
H1.HeaderClassName
{
color: #AEC18D;
}
.AnyTagClassName
{
color: #AEC18D;
}
</style>
background-color css
<style>
a { background-color: #AEC18D; }
a { background-color: rgb(174,193,141); }
div.DivClassName
{
background-color: #AEC18D;
}
.BgClassName
{
background-color: #AEC18D;
}
</style>
border-color css
<style>
span { border-color: #AEC18D; }
span { border-color: rgb(174,193,141); }
td.TdClassName
{
border-color: #AEC18D;
}
.TagClassName
{
border-color: #AEC18D;
}
</style>