Shades of Caper #AECF83
Tints of Caper #AECF83
RGB
CMYK
RGB Variations
Color information
#AECF83 (or 0xAECF83) is known color: Caper. HEX triplet: AE, CF and 83. RGB value is (174,207,131). Sum of RGB (Red+Green+Blue) = 174+207+131=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF83 is #51307C. Grayscale: #BCBCBC. Windows color (decimal): -5320829 or 8638382. OLE color: 8638382.
HSL color Cylindrical-coordinate representation of color #AECF83: hue angle of 86.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECF83 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 131 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.19 |
| HSL | 86.05º | 0.44% | 0.66% | - |
| HSV(B) | 86.05º | 0.37% | 0.81% | - |
| XYZ | 43.87 | 55.26 | 29.83 | - |
| YUV | 188.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 131 | 0.16 | 0 | 0.37 | 0.19 | 86.05 | 0.44 | 0.66 |
| Hex | AE | CF | 83 | 10 | 0 | 25 | 13 | 56 | 2C | 42 |
| Octal | 256 | 317 | 203 | 20 | 0 | 45 | 23 | 126 | 54 | 102 |
| Binary | 10101110 | 11001111 | 10000011 | 10000 | 0 | 100101 | 10011 | 1010110 | 101100 | 1000010 |
Color Harmonies of #AECF83
Complementary color
Monochromatic Colors of #AECF83
Black with #AECF83
Text Example
Text Example
White with #AECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF83; }
p { color: rgb(174,207,131); }
H1.HeaderClassName
{
color: #AECF83;
}
.AnyTagClassName
{
color: #AECF83;
}
</style>
background-color css
<style>
a { background-color: #AECF83; }
a { background-color: rgb(174,207,131); }
div.DivClassName
{
background-color: #AECF83;
}
.BgClassName
{
background-color: #AECF83;
}
</style>
border-color css
<style>
span { border-color: #AECF83; }
span { border-color: rgb(174,207,131); }
td.TdClassName
{
border-color: #AECF83;
}
.TagClassName
{
border-color: #AECF83;
}
</style>