Shades of Caper #AEBC7C
Tints of Caper #AEBC7C
RGB
CMYK
RGB Variations
Color information
#AEBC7C (or 0xAEBC7C) is known color: Caper. HEX triplet: AE, BC and 7C. RGB value is (174,188,124). Sum of RGB (Red+Green+Blue) = 174+188+124=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBC7C is #514383. Grayscale: #B0B0B0. Windows color (decimal): -5325700 or 8174766. OLE color: 8174766.
HSL color Cylindrical-coordinate representation of color #AEBC7C: hue angle of 73.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEBC7C is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 124 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.26 |
| HSL | 73.13º | 0.32% | 0.61% | - |
| HSV(B) | 73.13º | 0.34% | 0.74% | - |
| XYZ | 39.08 | 46.42 | 25.97 | - |
| YUV | 176.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 124 | 0.07 | 0 | 0.34 | 0.26 | 73.13 | 0.32 | 0.61 |
| Hex | AE | BC | 7C | 7 | 0 | 22 | 1A | 49 | 20 | 3D |
| Octal | 256 | 274 | 174 | 7 | 0 | 42 | 32 | 111 | 40 | 75 |
| Binary | 10101110 | 10111100 | 1111100 | 111 | 0 | 100010 | 11010 | 1001001 | 100000 | 111101 |
Color Harmonies of #AEBC7C
Complementary color
Monochromatic Colors of #AEBC7C
Black with #AEBC7C
Text Example
Text Example
White with #AEBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC7C; }
p { color: rgb(174,188,124); }
H1.HeaderClassName
{
color: #AEBC7C;
}
.AnyTagClassName
{
color: #AEBC7C;
}
</style>
background-color css
<style>
a { background-color: #AEBC7C; }
a { background-color: rgb(174,188,124); }
div.DivClassName
{
background-color: #AEBC7C;
}
.BgClassName
{
background-color: #AEBC7C;
}
</style>
border-color css
<style>
span { border-color: #AEBC7C; }
span { border-color: rgb(174,188,124); }
td.TdClassName
{
border-color: #AEBC7C;
}
.TagClassName
{
border-color: #AEBC7C;
}
</style>