Shades of Caper #AECF80
Tints of Caper #AECF80
RGB
CMYK
RGB Variations
Color information
#AECF80 (or 0xAECF80) is known color: Caper. HEX triplet: AE, CF and 80. RGB value is (174,207,128). Sum of RGB (Red+Green+Blue) = 174+207+128=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF80 is #51307F. Grayscale: #BCBCBC. Windows color (decimal): -5320832 or 8441774. OLE color: 8441774.
HSL color Cylindrical-coordinate representation of color #AECF80: hue angle of 85.06º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AECF80 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 128 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.19 |
| HSL | 85.06º | 0.45% | 0.66% | - |
| HSV(B) | 85.06º | 0.38% | 0.81% | - |
| XYZ | 43.66 | 55.18 | 28.77 | - |
| YUV | 188.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 128 | 0.16 | 0 | 0.38 | 0.19 | 85.06 | 0.45 | 0.66 |
| Hex | AE | CF | 80 | 10 | 0 | 26 | 13 | 55 | 2D | 42 |
| Octal | 256 | 317 | 200 | 20 | 0 | 46 | 23 | 125 | 55 | 102 |
| Binary | 10101110 | 11001111 | 10000000 | 10000 | 0 | 100110 | 10011 | 1010101 | 101101 | 1000010 |
Color Harmonies of #AECF80
Complementary color
Monochromatic Colors of #AECF80
Black with #AECF80
Text Example
Text Example
White with #AECF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF80; }
p { color: rgb(174,207,128); }
H1.HeaderClassName
{
color: #AECF80;
}
.AnyTagClassName
{
color: #AECF80;
}
</style>
background-color css
<style>
a { background-color: #AECF80; }
a { background-color: rgb(174,207,128); }
div.DivClassName
{
background-color: #AECF80;
}
.BgClassName
{
background-color: #AECF80;
}
</style>
border-color css
<style>
span { border-color: #AECF80; }
span { border-color: rgb(174,207,128); }
td.TdClassName
{
border-color: #AECF80;
}
.TagClassName
{
border-color: #AECF80;
}
</style>