Shades of Caper #AEC07C
Tints of Caper #AEC07C
RGB
CMYK
RGB Variations
Color information
#AEC07C (or 0xAEC07C) is known color: Caper. HEX triplet: AE, C0 and 7C. RGB value is (174,192,124). Sum of RGB (Red+Green+Blue) = 174+192+124=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07C is #513F83. Grayscale: #B3B3B3. Windows color (decimal): -5324676 or 8175790. OLE color: 8175790.
HSL color Cylindrical-coordinate representation of color #AEC07C: hue angle of 75.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEC07C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 124 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.25 |
| HSL | 75.88º | 0.35% | 0.62% | - |
| HSV(B) | 75.88º | 0.35% | 0.75% | - |
| XYZ | 39.94 | 48.15 | 26.26 | - |
| YUV | 178.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 124 | 0.09 | 0 | 0.35 | 0.25 | 75.88 | 0.35 | 0.62 |
| Hex | AE | C0 | 7C | 9 | 0 | 23 | 19 | 4C | 23 | 3E |
| Octal | 256 | 300 | 174 | 11 | 0 | 43 | 31 | 114 | 43 | 76 |
| Binary | 10101110 | 11000000 | 1111100 | 1001 | 0 | 100011 | 11001 | 1001100 | 100011 | 111110 |
Color Harmonies of #AEC07C
Complementary color
Monochromatic Colors of #AEC07C
Black with #AEC07C
Text Example
Text Example
White with #AEC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC07C; }
p { color: rgb(174,192,124); }
H1.HeaderClassName
{
color: #AEC07C;
}
.AnyTagClassName
{
color: #AEC07C;
}
</style>
background-color css
<style>
a { background-color: #AEC07C; }
a { background-color: rgb(174,192,124); }
div.DivClassName
{
background-color: #AEC07C;
}
.BgClassName
{
background-color: #AEC07C;
}
</style>
border-color css
<style>
span { border-color: #AEC07C; }
span { border-color: rgb(174,192,124); }
td.TdClassName
{
border-color: #AEC07C;
}
.TagClassName
{
border-color: #AEC07C;
}
</style>