Shades of Caper #AEC579
Tints of Caper #AEC579
RGB
CMYK
RGB Variations
Color information
#AEC579 (or 0xAEC579) is known color: Caper. HEX triplet: AE, C5 and 79. RGB value is (174,197,121). Sum of RGB (Red+Green+Blue) = 174+197+121=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC579 is #513A86. Grayscale: #B5B5B5. Windows color (decimal): -5323399 or 7980462. OLE color: 7980462.
HSL color Cylindrical-coordinate representation of color #AEC579: hue angle of 78.16º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEC579 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 121 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.23 |
| HSL | 78.16º | 0.4% | 0.62% | - |
| HSV(B) | 78.16º | 0.39% | 0.77% | - |
| XYZ | 40.87 | 50.31 | 25.65 | - |
| YUV | 181.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 121 | 0.12 | 0 | 0.39 | 0.23 | 78.16 | 0.4 | 0.62 |
| Hex | AE | C5 | 79 | C | 0 | 27 | 17 | 4E | 28 | 3E |
| Octal | 256 | 305 | 171 | 14 | 0 | 47 | 27 | 116 | 50 | 76 |
| Binary | 10101110 | 11000101 | 1111001 | 1100 | 0 | 100111 | 10111 | 1001110 | 101000 | 111110 |
Color Harmonies of #AEC579
Complementary color
Monochromatic Colors of #AEC579
Black with #AEC579
Text Example
Text Example
White with #AEC579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC579; }
p { color: rgb(174,197,121); }
H1.HeaderClassName
{
color: #AEC579;
}
.AnyTagClassName
{
color: #AEC579;
}
</style>
background-color css
<style>
a { background-color: #AEC579; }
a { background-color: rgb(174,197,121); }
div.DivClassName
{
background-color: #AEC579;
}
.BgClassName
{
background-color: #AEC579;
}
</style>
border-color css
<style>
span { border-color: #AEC579; }
span { border-color: rgb(174,197,121); }
td.TdClassName
{
border-color: #AEC579;
}
.TagClassName
{
border-color: #AEC579;
}
</style>