Shades of Caper #AEC577
Tints of Caper #AEC577
RGB
CMYK
RGB Variations
Color information
#AEC577 (or 0xAEC577) is known color: Caper. HEX triplet: AE, C5 and 77. RGB value is (174,197,119). Sum of RGB (Red+Green+Blue) = 174+197+119=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC577 is #513A88. Grayscale: #B5B5B5. Windows color (decimal): -5323401 or 7849390. OLE color: 7849390.
HSL color Cylindrical-coordinate representation of color #AEC577: hue angle of 77.69º degrees, saturation: 0.4, 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 #AEC577 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 119 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.23 |
| HSL | 77.69º | 0.4% | 0.62% | - |
| HSV(B) | 77.69º | 0.4% | 0.77% | - |
| XYZ | 40.75 | 50.26 | 25.01 | - |
| YUV | 181.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 119 | 0.12 | 0 | 0.40 | 0.23 | 77.69 | 0.4 | 0.62 |
| Hex | AE | C5 | 77 | C | 0 | 28 | 17 | 4E | 28 | 3E |
| Octal | 256 | 305 | 167 | 14 | 0 | 50 | 27 | 116 | 50 | 76 |
| Binary | 10101110 | 11000101 | 1110111 | 1100 | 0 | 101000 | 10111 | 1001110 | 101000 | 111110 |
Color Harmonies of #AEC577
Complementary color
Monochromatic Colors of #AEC577
Black with #AEC577
Text Example
Text Example
White with #AEC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC577; }
p { color: rgb(174,197,119); }
H1.HeaderClassName
{
color: #AEC577;
}
.AnyTagClassName
{
color: #AEC577;
}
</style>
background-color css
<style>
a { background-color: #AEC577; }
a { background-color: rgb(174,197,119); }
div.DivClassName
{
background-color: #AEC577;
}
.BgClassName
{
background-color: #AEC577;
}
</style>
border-color css
<style>
span { border-color: #AEC577; }
span { border-color: rgb(174,197,119); }
td.TdClassName
{
border-color: #AEC577;
}
.TagClassName
{
border-color: #AEC577;
}
</style>