Shades of Caper #AECA8C
Tints of Caper #AECA8C
RGB
CMYK
RGB Variations
Color information
#AECA8C (or 0xAECA8C) is known color: Caper. HEX triplet: AE, CA and 8C. RGB value is (174,202,140). Sum of RGB (Red+Green+Blue) = 174+202+140=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA8C is #513573. Grayscale: #BABABA. Windows color (decimal): -5322100 or 9226926. OLE color: 9226926.
HSL color Cylindrical-coordinate representation of color #AECA8C: hue angle of 87.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECA8C is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 140 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.21 |
| HSL | 87.1º | 0.37% | 0.67% | - |
| HSV(B) | 87.1º | 0.31% | 0.79% | - |
| XYZ | 43.31 | 53.13 | 32.78 | - |
| YUV | 186.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 140 | 0.14 | 0 | 0.31 | 0.21 | 87.1 | 0.37 | 0.67 |
| Hex | AE | CA | 8C | E | 0 | 1F | 15 | 57 | 25 | 43 |
| Octal | 256 | 312 | 214 | 16 | 0 | 37 | 25 | 127 | 45 | 103 |
| Binary | 10101110 | 11001010 | 10001100 | 1110 | 0 | 11111 | 10101 | 1010111 | 100101 | 1000011 |
Color Harmonies of #AECA8C
Complementary color
Monochromatic Colors of #AECA8C
Black with #AECA8C
Text Example
Text Example
White with #AECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA8C; }
p { color: rgb(174,202,140); }
H1.HeaderClassName
{
color: #AECA8C;
}
.AnyTagClassName
{
color: #AECA8C;
}
</style>
background-color css
<style>
a { background-color: #AECA8C; }
a { background-color: rgb(174,202,140); }
div.DivClassName
{
background-color: #AECA8C;
}
.BgClassName
{
background-color: #AECA8C;
}
</style>
border-color css
<style>
span { border-color: #AECA8C; }
span { border-color: rgb(174,202,140); }
td.TdClassName
{
border-color: #AECA8C;
}
.TagClassName
{
border-color: #AECA8C;
}
</style>