Shades of Caper #AEC788
Tints of Caper #AEC788
RGB
CMYK
RGB Variations
Color information
#AEC788 (or 0xAEC788) is known color: Caper. HEX triplet: AE, C7 and 88. RGB value is (174,199,136). Sum of RGB (Red+Green+Blue) = 174+199+136=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC788 is #513877. Grayscale: #B8B8B8. Windows color (decimal): -5322872 or 8964014. OLE color: 8964014.
HSL color Cylindrical-coordinate representation of color #AEC788: hue angle of 83.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEC788 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 199 | 136 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.22 |
| HSL | 83.81º | 0.36% | 0.66% | - |
| HSV(B) | 83.81º | 0.32% | 0.78% | - |
| XYZ | 42.32 | 51.62 | 31.03 | - |
| YUV | 184.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 199 | 136 | 0.13 | 0 | 0.32 | 0.22 | 83.81 | 0.36 | 0.66 |
| Hex | AE | C7 | 88 | D | 0 | 20 | 16 | 54 | 24 | 42 |
| Octal | 256 | 307 | 210 | 15 | 0 | 40 | 26 | 124 | 44 | 102 |
| Binary | 10101110 | 11000111 | 10001000 | 1101 | 0 | 100000 | 10110 | 1010100 | 100100 | 1000010 |
Color Harmonies of #AEC788
Complementary color
Monochromatic Colors of #AEC788
Black with #AEC788
Text Example
Text Example
White with #AEC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC788; }
p { color: rgb(174,199,136); }
H1.HeaderClassName
{
color: #AEC788;
}
.AnyTagClassName
{
color: #AEC788;
}
</style>
background-color css
<style>
a { background-color: #AEC788; }
a { background-color: rgb(174,199,136); }
div.DivClassName
{
background-color: #AEC788;
}
.BgClassName
{
background-color: #AEC788;
}
</style>
border-color css
<style>
span { border-color: #AEC788; }
span { border-color: rgb(174,199,136); }
td.TdClassName
{
border-color: #AEC788;
}
.TagClassName
{
border-color: #AEC788;
}
</style>