Shades of Caper #AEC573
Tints of Caper #AEC573
RGB
CMYK
RGB Variations
Color information
#AEC573 (or 0xAEC573) is known color: Caper. HEX triplet: AE, C5 and 73. RGB value is (174,197,115). Sum of RGB (Red+Green+Blue) = 174+197+115=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC573 is #513A8C. Grayscale: #B5B5B5. Windows color (decimal): -5323405 or 7587246. OLE color: 7587246.
HSL color Cylindrical-coordinate representation of color #AEC573: hue angle of 76.83º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEC573 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 115 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.23 |
| HSL | 76.83º | 0.41% | 0.61% | - |
| HSV(B) | 76.83º | 0.42% | 0.77% | - |
| XYZ | 40.52 | 50.17 | 23.77 | - |
| YUV | 180.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 115 | 0.12 | 0 | 0.42 | 0.23 | 76.83 | 0.41 | 0.61 |
| Hex | AE | C5 | 73 | C | 0 | 2A | 17 | 4D | 29 | 3D |
| Octal | 256 | 305 | 163 | 14 | 0 | 52 | 27 | 115 | 51 | 75 |
| Binary | 10101110 | 11000101 | 1110011 | 1100 | 0 | 101010 | 10111 | 1001101 | 101001 | 111101 |
Color Harmonies of #AEC573
Complementary color
Monochromatic Colors of #AEC573
Black with #AEC573
Text Example
Text Example
White with #AEC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC573; }
p { color: rgb(174,197,115); }
H1.HeaderClassName
{
color: #AEC573;
}
.AnyTagClassName
{
color: #AEC573;
}
</style>
background-color css
<style>
a { background-color: #AEC573; }
a { background-color: rgb(174,197,115); }
div.DivClassName
{
background-color: #AEC573;
}
.BgClassName
{
background-color: #AEC573;
}
</style>
border-color css
<style>
span { border-color: #AEC573; }
span { border-color: rgb(174,197,115); }
td.TdClassName
{
border-color: #AEC573;
}
.TagClassName
{
border-color: #AEC573;
}
</style>