Shades of Caper #AEC07D
Tints of Caper #AEC07D
RGB
CMYK
RGB Variations
Color information
#AEC07D (or 0xAEC07D) is known color: Caper. HEX triplet: AE, C0 and 7D. RGB value is (174,192,125). Sum of RGB (Red+Green+Blue) = 174+192+125=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07D is #513F82. Grayscale: #B3B3B3. Windows color (decimal): -5324675 or 8241326. OLE color: 8241326.
HSL color Cylindrical-coordinate representation of color #AEC07D: hue angle of 76.12º 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 #AEC07D is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 125 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.25 |
| HSL | 76.12º | 0.35% | 0.62% | - |
| HSV(B) | 76.12º | 0.35% | 0.75% | - |
| XYZ | 40.01 | 48.18 | 26.59 | - |
| YUV | 178.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 125 | 0.09 | 0 | 0.35 | 0.25 | 76.12 | 0.35 | 0.62 |
| Hex | AE | C0 | 7D | 9 | 0 | 23 | 19 | 4C | 23 | 3E |
| Octal | 256 | 300 | 175 | 11 | 0 | 43 | 31 | 114 | 43 | 76 |
| Binary | 10101110 | 11000000 | 1111101 | 1001 | 0 | 100011 | 11001 | 1001100 | 100011 | 111110 |
Color Harmonies of #AEC07D
Complementary color
Monochromatic Colors of #AEC07D
Black with #AEC07D
Text Example
Text Example
White with #AEC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC07D; }
p { color: rgb(174,192,125); }
H1.HeaderClassName
{
color: #AEC07D;
}
.AnyTagClassName
{
color: #AEC07D;
}
</style>
background-color css
<style>
a { background-color: #AEC07D; }
a { background-color: rgb(174,192,125); }
div.DivClassName
{
background-color: #AEC07D;
}
.BgClassName
{
background-color: #AEC07D;
}
</style>
border-color css
<style>
span { border-color: #AEC07D; }
span { border-color: rgb(174,192,125); }
td.TdClassName
{
border-color: #AEC07D;
}
.TagClassName
{
border-color: #AEC07D;
}
</style>