Shades of Caper #AECA7C
Tints of Caper #AECA7C
RGB
CMYK
RGB Variations
Color information
#AECA7C (or 0xAECA7C) is known color: Caper. HEX triplet: AE, CA and 7C. RGB value is (174,202,124). Sum of RGB (Red+Green+Blue) = 174+202+124=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA7C is #513583. Grayscale: #B9B9B9. Windows color (decimal): -5322116 or 8178350. OLE color: 8178350.
HSL color Cylindrical-coordinate representation of color #AECA7C: hue angle of 81.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AECA7C is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 124 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.21 |
| HSL | 81.54º | 0.42% | 0.64% | - |
| HSV(B) | 81.54º | 0.39% | 0.79% | - |
| XYZ | 42.21 | 52.69 | 27.02 | - |
| YUV | 184.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 124 | 0.14 | 0 | 0.39 | 0.21 | 81.54 | 0.42 | 0.64 |
| Hex | AE | CA | 7C | E | 0 | 27 | 15 | 52 | 2A | 40 |
| Octal | 256 | 312 | 174 | 16 | 0 | 47 | 25 | 122 | 52 | 100 |
| Binary | 10101110 | 11001010 | 1111100 | 1110 | 0 | 100111 | 10101 | 1010010 | 101010 | 1000000 |
Color Harmonies of #AECA7C
Complementary color
Monochromatic Colors of #AECA7C
Black with #AECA7C
Text Example
Text Example
White with #AECA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA7C; }
p { color: rgb(174,202,124); }
H1.HeaderClassName
{
color: #AECA7C;
}
.AnyTagClassName
{
color: #AECA7C;
}
</style>
background-color css
<style>
a { background-color: #AECA7C; }
a { background-color: rgb(174,202,124); }
div.DivClassName
{
background-color: #AECA7C;
}
.BgClassName
{
background-color: #AECA7C;
}
</style>
border-color css
<style>
span { border-color: #AECA7C; }
span { border-color: rgb(174,202,124); }
td.TdClassName
{
border-color: #AECA7C;
}
.TagClassName
{
border-color: #AECA7C;
}
</style>