Shades of Caper #AECA8A
Tints of Caper #AECA8A
RGB
CMYK
RGB Variations
Color information
#AECA8A (or 0xAECA8A) is known color: Caper. HEX triplet: AE, CA and 8A. RGB value is (174,202,138). Sum of RGB (Red+Green+Blue) = 174+202+138=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA8A is #513575. Grayscale: #BABABA. Windows color (decimal): -5322102 or 9095854. OLE color: 9095854.
HSL color Cylindrical-coordinate representation of color #AECA8A: hue angle of 86.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECA8A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 138 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.21 |
| HSL | 86.25º | 0.38% | 0.67% | - |
| HSV(B) | 86.25º | 0.32% | 0.79% | - |
| XYZ | 43.16 | 53.07 | 32.01 | - |
| YUV | 186.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 138 | 0.14 | 0 | 0.32 | 0.21 | 86.25 | 0.38 | 0.67 |
| Hex | AE | CA | 8A | E | 0 | 20 | 15 | 56 | 26 | 43 |
| Octal | 256 | 312 | 212 | 16 | 0 | 40 | 25 | 126 | 46 | 103 |
| Binary | 10101110 | 11001010 | 10001010 | 1110 | 0 | 100000 | 10101 | 1010110 | 100110 | 1000011 |
Color Harmonies of #AECA8A
Complementary color
Monochromatic Colors of #AECA8A
Black with #AECA8A
Text Example
Text Example
White with #AECA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA8A; }
p { color: rgb(174,202,138); }
H1.HeaderClassName
{
color: #AECA8A;
}
.AnyTagClassName
{
color: #AECA8A;
}
</style>
background-color css
<style>
a { background-color: #AECA8A; }
a { background-color: rgb(174,202,138); }
div.DivClassName
{
background-color: #AECA8A;
}
.BgClassName
{
background-color: #AECA8A;
}
</style>
border-color css
<style>
span { border-color: #AECA8A; }
span { border-color: rgb(174,202,138); }
td.TdClassName
{
border-color: #AECA8A;
}
.TagClassName
{
border-color: #AECA8A;
}
</style>