Shades of Caper #AEC672
Tints of Caper #AEC672
RGB
CMYK
RGB Variations
Color information
#AEC672 (or 0xAEC672) is known color: Caper. HEX triplet: AE, C6 and 72. RGB value is (174,198,114). Sum of RGB (Red+Green+Blue) = 174+198+114=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC672 is #51398D. Grayscale: #B5B5B5. Windows color (decimal): -5323150 or 7521966. OLE color: 7521966.
HSL color Cylindrical-coordinate representation of color #AEC672: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEC672 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 114 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.22 |
| HSL | 77.14º | 0.42% | 0.61% | - |
| HSV(B) | 77.14º | 0.42% | 0.78% | - |
| XYZ | 40.69 | 50.6 | 23.54 | - |
| YUV | 181.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 114 | 0.12 | 0 | 0.42 | 0.22 | 77.14 | 0.42 | 0.61 |
| Hex | AE | C6 | 72 | C | 0 | 2A | 16 | 4D | 2A | 3D |
| Octal | 256 | 306 | 162 | 14 | 0 | 52 | 26 | 115 | 52 | 75 |
| Binary | 10101110 | 11000110 | 1110010 | 1100 | 0 | 101010 | 10110 | 1001101 | 101010 | 111101 |
Color Harmonies of #AEC672
Complementary color
Monochromatic Colors of #AEC672
Black with #AEC672
Text Example
Text Example
White with #AEC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC672; }
p { color: rgb(174,198,114); }
H1.HeaderClassName
{
color: #AEC672;
}
.AnyTagClassName
{
color: #AEC672;
}
</style>
background-color css
<style>
a { background-color: #AEC672; }
a { background-color: rgb(174,198,114); }
div.DivClassName
{
background-color: #AEC672;
}
.BgClassName
{
background-color: #AEC672;
}
</style>
border-color css
<style>
span { border-color: #AEC672; }
span { border-color: rgb(174,198,114); }
td.TdClassName
{
border-color: #AEC672;
}
.TagClassName
{
border-color: #AEC672;
}
</style>