Shades of Caper #AEC06C
Tints of Caper #AEC06C
RGB
CMYK
RGB Variations
Color information
#AEC06C (or 0xAEC06C) is known color: Caper. HEX triplet: AE, C0 and 6C. RGB value is (174,192,108). Sum of RGB (Red+Green+Blue) = 174+192+108=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC06C is #513F93. Grayscale: #B1B1B1. Windows color (decimal): -5324692 or 7127214. OLE color: 7127214.
HSL color Cylindrical-coordinate representation of color #AEC06C: hue angle of 72.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEC06C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 108 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.25 |
| HSL | 72.86º | 0.4% | 0.59% | - |
| HSV(B) | 72.86º | 0.44% | 0.75% | - |
| XYZ | 39.01 | 47.78 | 21.35 | - |
| YUV | 177.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 108 | 0.09 | 0 | 0.44 | 0.25 | 72.86 | 0.4 | 0.59 |
| Hex | AE | C0 | 6C | 9 | 0 | 2C | 19 | 49 | 28 | 3B |
| Octal | 256 | 300 | 154 | 11 | 0 | 54 | 31 | 111 | 50 | 73 |
| Binary | 10101110 | 11000000 | 1101100 | 1001 | 0 | 101100 | 11001 | 1001001 | 101000 | 111011 |
Color Harmonies of #AEC06C
Complementary color
Monochromatic Colors of #AEC06C
Black with #AEC06C
Text Example
Text Example
White with #AEC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC06C; }
p { color: rgb(174,192,108); }
H1.HeaderClassName
{
color: #AEC06C;
}
.AnyTagClassName
{
color: #AEC06C;
}
</style>
background-color css
<style>
a { background-color: #AEC06C; }
a { background-color: rgb(174,192,108); }
div.DivClassName
{
background-color: #AEC06C;
}
.BgClassName
{
background-color: #AEC06C;
}
</style>
border-color css
<style>
span { border-color: #AEC06C; }
span { border-color: rgb(174,192,108); }
td.TdClassName
{
border-color: #AEC06C;
}
.TagClassName
{
border-color: #AEC06C;
}
</style>