Shades of Caper #AEC570
Tints of Caper #AEC570
RGB
CMYK
RGB Variations
Color information
#AEC570 (or 0xAEC570) is known color: Caper. HEX triplet: AE, C5 and 70. RGB value is (174,197,112). Sum of RGB (Red+Green+Blue) = 174+197+112=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC570 is #513A8F. Grayscale: #B4B4B4. Windows color (decimal): -5323408 or 7390638. OLE color: 7390638.
HSL color Cylindrical-coordinate representation of color #AEC570: hue angle of 76.24º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC570 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 112 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.23 |
| HSL | 76.24º | 0.42% | 0.61% | - |
| HSV(B) | 76.24º | 0.43% | 0.77% | - |
| XYZ | 40.35 | 50.1 | 22.87 | - |
| YUV | 180.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 112 | 0.12 | 0 | 0.43 | 0.23 | 76.24 | 0.42 | 0.61 |
| Hex | AE | C5 | 70 | C | 0 | 2B | 17 | 4C | 2A | 3D |
| Octal | 256 | 305 | 160 | 14 | 0 | 53 | 27 | 114 | 52 | 75 |
| Binary | 10101110 | 11000101 | 1110000 | 1100 | 0 | 101011 | 10111 | 1001100 | 101010 | 111101 |
Color Harmonies of #AEC570
Complementary color
Monochromatic Colors of #AEC570
Black with #AEC570
Text Example
Text Example
White with #AEC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC570; }
p { color: rgb(174,197,112); }
H1.HeaderClassName
{
color: #AEC570;
}
.AnyTagClassName
{
color: #AEC570;
}
</style>
background-color css
<style>
a { background-color: #AEC570; }
a { background-color: rgb(174,197,112); }
div.DivClassName
{
background-color: #AEC570;
}
.BgClassName
{
background-color: #AEC570;
}
</style>
border-color css
<style>
span { border-color: #AEC570; }
span { border-color: rgb(174,197,112); }
td.TdClassName
{
border-color: #AEC570;
}
.TagClassName
{
border-color: #AEC570;
}
</style>