Shades of Caper #AECA7A
Tints of Caper #AECA7A
RGB
CMYK
RGB Variations
Color information
#AECA7A (or 0xAECA7A) is known color: Caper. HEX triplet: AE, CA and 7A. RGB value is (174,202,122). Sum of RGB (Red+Green+Blue) = 174+202+122=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECA7A is #513585. Grayscale: #B8B8B8. Windows color (decimal): -5322118 or 8047278. OLE color: 8047278.
HSL color Cylindrical-coordinate representation of color #AECA7A: hue angle of 81º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AECA7A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 122 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.21 |
| HSL | 81º | 0.43% | 0.64% | - |
| HSV(B) | 81º | 0.4% | 0.79% | - |
| XYZ | 42.09 | 52.64 | 26.36 | - |
| YUV | 184.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 122 | 0.14 | 0 | 0.40 | 0.21 | 81 | 0.43 | 0.64 |
| Hex | AE | CA | 7A | E | 0 | 28 | 15 | 51 | 2B | 40 |
| Octal | 256 | 312 | 172 | 16 | 0 | 50 | 25 | 121 | 53 | 100 |
| Binary | 10101110 | 11001010 | 1111010 | 1110 | 0 | 101000 | 10101 | 1010001 | 101011 | 1000000 |
Color Harmonies of #AECA7A
Complementary color
Monochromatic Colors of #AECA7A
Black with #AECA7A
Text Example
Text Example
White with #AECA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA7A; }
p { color: rgb(174,202,122); }
H1.HeaderClassName
{
color: #AECA7A;
}
.AnyTagClassName
{
color: #AECA7A;
}
</style>
background-color css
<style>
a { background-color: #AECA7A; }
a { background-color: rgb(174,202,122); }
div.DivClassName
{
background-color: #AECA7A;
}
.BgClassName
{
background-color: #AECA7A;
}
</style>
border-color css
<style>
span { border-color: #AECA7A; }
span { border-color: rgb(174,202,122); }
td.TdClassName
{
border-color: #AECA7A;
}
.TagClassName
{
border-color: #AECA7A;
}
</style>