Shades of Caper #AECA89
Tints of Caper #AECA89
RGB
CMYK
RGB Variations
Color information
#AECA89 (or 0xAECA89) is known color: Caper. HEX triplet: AE, CA and 89. RGB value is (174,202,137). Sum of RGB (Red+Green+Blue) = 174+202+137=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA89 is #513576. Grayscale: #BABABA. Windows color (decimal): -5322103 or 9030318. OLE color: 9030318.
HSL color Cylindrical-coordinate representation of color #AECA89: hue angle of 85.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECA89 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 137 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.21 |
| HSL | 85.85º | 0.38% | 0.66% | - |
| HSV(B) | 85.85º | 0.32% | 0.79% | - |
| XYZ | 43.09 | 53.05 | 31.63 | - |
| YUV | 186.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 137 | 0.14 | 0 | 0.32 | 0.21 | 85.85 | 0.38 | 0.66 |
| Hex | AE | CA | 89 | E | 0 | 20 | 15 | 56 | 26 | 42 |
| Octal | 256 | 312 | 211 | 16 | 0 | 40 | 25 | 126 | 46 | 102 |
| Binary | 10101110 | 11001010 | 10001001 | 1110 | 0 | 100000 | 10101 | 1010110 | 100110 | 1000010 |
Color Harmonies of #AECA89
Complementary color
Monochromatic Colors of #AECA89
Black with #AECA89
Text Example
Text Example
White with #AECA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA89; }
p { color: rgb(174,202,137); }
H1.HeaderClassName
{
color: #AECA89;
}
.AnyTagClassName
{
color: #AECA89;
}
</style>
background-color css
<style>
a { background-color: #AECA89; }
a { background-color: rgb(174,202,137); }
div.DivClassName
{
background-color: #AECA89;
}
.BgClassName
{
background-color: #AECA89;
}
</style>
border-color css
<style>
span { border-color: #AECA89; }
span { border-color: rgb(174,202,137); }
td.TdClassName
{
border-color: #AECA89;
}
.TagClassName
{
border-color: #AECA89;
}
</style>