Shades of Caper #AEC18C
Tints of Caper #AEC18C
RGB
CMYK
RGB Variations
Color information
#AEC18C (or 0xAEC18C) is known color: Caper. HEX triplet: AE, C1 and 8C. RGB value is (174,193,140). Sum of RGB (Red+Green+Blue) = 174+193+140=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC18C is #513E73. Grayscale: #B5B5B5. Windows color (decimal): -5324404 or 9224622. OLE color: 9224622.
HSL color Cylindrical-coordinate representation of color #AEC18C: hue angle of 81.51º 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 #AEC18C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 140 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.24 |
| HSL | 81.51º | 0.3% | 0.65% | - |
| HSV(B) | 81.51º | 0.27% | 0.76% | - |
| XYZ | 41.26 | 49.03 | 32.1 | - |
| YUV | 181.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 140 | 0.10 | 0 | 0.27 | 0.24 | 81.51 | 0.3 | 0.65 |
| Hex | AE | C1 | 8C | A | 0 | 1B | 18 | 52 | 1E | 41 |
| Octal | 256 | 301 | 214 | 12 | 0 | 33 | 30 | 122 | 36 | 101 |
| Binary | 10101110 | 11000001 | 10001100 | 1010 | 0 | 11011 | 11000 | 1010010 | 11110 | 1000001 |
Color Harmonies of #AEC18C
Complementary color
Monochromatic Colors of #AEC18C
Black with #AEC18C
Text Example
Text Example
White with #AEC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC18C; }
p { color: rgb(174,193,140); }
H1.HeaderClassName
{
color: #AEC18C;
}
.AnyTagClassName
{
color: #AEC18C;
}
</style>
background-color css
<style>
a { background-color: #AEC18C; }
a { background-color: rgb(174,193,140); }
div.DivClassName
{
background-color: #AEC18C;
}
.BgClassName
{
background-color: #AEC18C;
}
</style>
border-color css
<style>
span { border-color: #AEC18C; }
span { border-color: rgb(174,193,140); }
td.TdClassName
{
border-color: #AEC18C;
}
.TagClassName
{
border-color: #AEC18C;
}
</style>