Shades of Caper #AEC576
Tints of Caper #AEC576
RGB
CMYK
RGB Variations
Color information
#AEC576 (or 0xAEC576) is known color: Caper. HEX triplet: AE, C5 and 76. RGB value is (174,197,118). Sum of RGB (Red+Green+Blue) = 174+197+118=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC576 is #513A89. Grayscale: #B5B5B5. Windows color (decimal): -5323402 or 7783854. OLE color: 7783854.
HSL color Cylindrical-coordinate representation of color #AEC576: hue angle of 77.47º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC576 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 118 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.23 |
| HSL | 77.47º | 0.41% | 0.62% | - |
| HSV(B) | 77.47º | 0.4% | 0.77% | - |
| XYZ | 40.69 | 50.24 | 24.69 | - |
| YUV | 181.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 118 | 0.12 | 0 | 0.40 | 0.23 | 77.47 | 0.41 | 0.62 |
| Hex | AE | C5 | 76 | C | 0 | 28 | 17 | 4D | 29 | 3E |
| Octal | 256 | 305 | 166 | 14 | 0 | 50 | 27 | 115 | 51 | 76 |
| Binary | 10101110 | 11000101 | 1110110 | 1100 | 0 | 101000 | 10111 | 1001101 | 101001 | 111110 |
Color Harmonies of #AEC576
Complementary color
Monochromatic Colors of #AEC576
Black with #AEC576
Text Example
Text Example
White with #AEC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC576; }
p { color: rgb(174,197,118); }
H1.HeaderClassName
{
color: #AEC576;
}
.AnyTagClassName
{
color: #AEC576;
}
</style>
background-color css
<style>
a { background-color: #AEC576; }
a { background-color: rgb(174,197,118); }
div.DivClassName
{
background-color: #AEC576;
}
.BgClassName
{
background-color: #AEC576;
}
</style>
border-color css
<style>
span { border-color: #AEC576; }
span { border-color: rgb(174,197,118); }
td.TdClassName
{
border-color: #AEC576;
}
.TagClassName
{
border-color: #AEC576;
}
</style>