Shades of Caper #AEC473
Tints of Caper #AEC473
RGB
CMYK
RGB Variations
Color information
#AEC473 (or 0xAEC473) is known color: Caper. HEX triplet: AE, C4 and 73. RGB value is (174,196,115). Sum of RGB (Red+Green+Blue) = 174+196+115=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC473 is #513B8C. Grayscale: #B4B4B4. Windows color (decimal): -5323661 or 7586990. OLE color: 7586990.
HSL color Cylindrical-coordinate representation of color #AEC473: hue angle of 76.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEC473 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 115 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.23 |
| HSL | 76.3º | 0.41% | 0.61% | - |
| HSV(B) | 76.3º | 0.41% | 0.77% | - |
| XYZ | 40.29 | 49.72 | 23.69 | - |
| YUV | 180.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 115 | 0.11 | 0 | 0.41 | 0.23 | 76.3 | 0.41 | 0.61 |
| Hex | AE | C4 | 73 | B | 0 | 29 | 17 | 4C | 29 | 3D |
| Octal | 256 | 304 | 163 | 13 | 0 | 51 | 27 | 114 | 51 | 75 |
| Binary | 10101110 | 11000100 | 1110011 | 1011 | 0 | 101001 | 10111 | 1001100 | 101001 | 111101 |
Color Harmonies of #AEC473
Complementary color
Monochromatic Colors of #AEC473
Black with #AEC473
Text Example
Text Example
White with #AEC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC473; }
p { color: rgb(174,196,115); }
H1.HeaderClassName
{
color: #AEC473;
}
.AnyTagClassName
{
color: #AEC473;
}
</style>
background-color css
<style>
a { background-color: #AEC473; }
a { background-color: rgb(174,196,115); }
div.DivClassName
{
background-color: #AEC473;
}
.BgClassName
{
background-color: #AEC473;
}
</style>
border-color css
<style>
span { border-color: #AEC473; }
span { border-color: rgb(174,196,115); }
td.TdClassName
{
border-color: #AEC473;
}
.TagClassName
{
border-color: #AEC473;
}
</style>