Shades of Caper #AEC471
Tints of Caper #AEC471
RGB
CMYK
RGB Variations
Color information
#AEC471 (or 0xAEC471) is known color: Caper. HEX triplet: AE, C4 and 71. RGB value is (174,196,113). Sum of RGB (Red+Green+Blue) = 174+196+113=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC471 is #513B8E. Grayscale: #B4B4B4. Windows color (decimal): -5323663 or 7455918. OLE color: 7455918.
HSL color Cylindrical-coordinate representation of color #AEC471: hue angle of 75.9º 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 #AEC471 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 113 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.23 |
| HSL | 75.9º | 0.41% | 0.61% | - |
| HSV(B) | 75.9º | 0.42% | 0.77% | - |
| XYZ | 40.18 | 49.67 | 23.09 | - |
| YUV | 179.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 113 | 0.11 | 0 | 0.42 | 0.23 | 75.9 | 0.41 | 0.61 |
| Hex | AE | C4 | 71 | B | 0 | 2A | 17 | 4C | 29 | 3D |
| Octal | 256 | 304 | 161 | 13 | 0 | 52 | 27 | 114 | 51 | 75 |
| Binary | 10101110 | 11000100 | 1110001 | 1011 | 0 | 101010 | 10111 | 1001100 | 101001 | 111101 |
Color Harmonies of #AEC471
Complementary color
Monochromatic Colors of #AEC471
Black with #AEC471
Text Example
Text Example
White with #AEC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC471; }
p { color: rgb(174,196,113); }
H1.HeaderClassName
{
color: #AEC471;
}
.AnyTagClassName
{
color: #AEC471;
}
</style>
background-color css
<style>
a { background-color: #AEC471; }
a { background-color: rgb(174,196,113); }
div.DivClassName
{
background-color: #AEC471;
}
.BgClassName
{
background-color: #AEC471;
}
</style>
border-color css
<style>
span { border-color: #AEC471; }
span { border-color: rgb(174,196,113); }
td.TdClassName
{
border-color: #AEC471;
}
.TagClassName
{
border-color: #AEC471;
}
</style>