Shades of Caper #AEC07A
Tints of Caper #AEC07A
RGB
CMYK
RGB Variations
Color information
#AEC07A (or 0xAEC07A) is known color: Caper. HEX triplet: AE, C0 and 7A. RGB value is (174,192,122). Sum of RGB (Red+Green+Blue) = 174+192+122=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07A is #513F85. Grayscale: #B2B2B2. Windows color (decimal): -5324678 or 8044718. OLE color: 8044718.
HSL color Cylindrical-coordinate representation of color #AEC07A: hue angle of 75.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEC07A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 122 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.25 |
| HSL | 75.43º | 0.36% | 0.62% | - |
| HSV(B) | 75.43º | 0.36% | 0.75% | - |
| XYZ | 39.82 | 48.1 | 25.6 | - |
| YUV | 178.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 122 | 0.09 | 0 | 0.36 | 0.25 | 75.43 | 0.36 | 0.62 |
| Hex | AE | C0 | 7A | 9 | 0 | 24 | 19 | 4B | 24 | 3E |
| Octal | 256 | 300 | 172 | 11 | 0 | 44 | 31 | 113 | 44 | 76 |
| Binary | 10101110 | 11000000 | 1111010 | 1001 | 0 | 100100 | 11001 | 1001011 | 100100 | 111110 |
Color Harmonies of #AEC07A
Complementary color
Monochromatic Colors of #AEC07A
Black with #AEC07A
Text Example
Text Example
White with #AEC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC07A; }
p { color: rgb(174,192,122); }
H1.HeaderClassName
{
color: #AEC07A;
}
.AnyTagClassName
{
color: #AEC07A;
}
</style>
background-color css
<style>
a { background-color: #AEC07A; }
a { background-color: rgb(174,192,122); }
div.DivClassName
{
background-color: #AEC07A;
}
.BgClassName
{
background-color: #AEC07A;
}
</style>
border-color css
<style>
span { border-color: #AEC07A; }
span { border-color: rgb(174,192,122); }
td.TdClassName
{
border-color: #AEC07A;
}
.TagClassName
{
border-color: #AEC07A;
}
</style>