Shades of Caper #AECC73
Tints of Caper #AECC73
RGB
CMYK
RGB Variations
Color information
#AECC73 (or 0xAECC73) is known color: Caper. HEX triplet: AE, CC and 73. RGB value is (174,204,115). Sum of RGB (Red+Green+Blue) = 174+204+115=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC73 is #51338C. Grayscale: #B9B9B9. Windows color (decimal): -5321613 or 7589038. OLE color: 7589038.
HSL color Cylindrical-coordinate representation of color #AECC73: hue angle of 80.22º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AECC73 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 115 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.2 |
| HSL | 80.22º | 0.47% | 0.63% | - |
| HSV(B) | 80.22º | 0.44% | 0.8% | - |
| XYZ | 42.14 | 53.42 | 24.31 | - |
| YUV | 184.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 115 | 0.15 | 0 | 0.44 | 0.2 | 80.22 | 0.47 | 0.63 |
| Hex | AE | CC | 73 | F | 0 | 2C | 14 | 50 | 2F | 3F |
| Octal | 256 | 314 | 163 | 17 | 0 | 54 | 24 | 120 | 57 | 77 |
| Binary | 10101110 | 11001100 | 1110011 | 1111 | 0 | 101100 | 10100 | 1010000 | 101111 | 111111 |
Color Harmonies of #AECC73
Complementary color
Monochromatic Colors of #AECC73
Black with #AECC73
Text Example
Text Example
White with #AECC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC73; }
p { color: rgb(174,204,115); }
H1.HeaderClassName
{
color: #AECC73;
}
.AnyTagClassName
{
color: #AECC73;
}
</style>
background-color css
<style>
a { background-color: #AECC73; }
a { background-color: rgb(174,204,115); }
div.DivClassName
{
background-color: #AECC73;
}
.BgClassName
{
background-color: #AECC73;
}
</style>
border-color css
<style>
span { border-color: #AECC73; }
span { border-color: rgb(174,204,115); }
td.TdClassName
{
border-color: #AECC73;
}
.TagClassName
{
border-color: #AECC73;
}
</style>