Shades of Caper #AEC972
Tints of Caper #AEC972
RGB
CMYK
RGB Variations
Color information
#AEC972 (or 0xAEC972) is known color: Caper. HEX triplet: AE, C9 and 72. RGB value is (174,201,114). Sum of RGB (Red+Green+Blue) = 174+201+114=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC972 is #51368D. Grayscale: #B7B7B7. Windows color (decimal): -5322382 or 7522734. OLE color: 7522734.
HSL color Cylindrical-coordinate representation of color #AEC972: hue angle of 78.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEC972 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 114 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.21 |
| HSL | 78.62º | 0.45% | 0.62% | - |
| HSV(B) | 78.62º | 0.43% | 0.79% | - |
| XYZ | 41.38 | 51.99 | 23.77 | - |
| YUV | 183.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 114 | 0.13 | 0 | 0.43 | 0.21 | 78.62 | 0.45 | 0.62 |
| Hex | AE | C9 | 72 | D | 0 | 2B | 15 | 4F | 2D | 3E |
| Octal | 256 | 311 | 162 | 15 | 0 | 53 | 25 | 117 | 55 | 76 |
| Binary | 10101110 | 11001001 | 1110010 | 1101 | 0 | 101011 | 10101 | 1001111 | 101101 | 111110 |
Color Harmonies of #AEC972
Complementary color
Monochromatic Colors of #AEC972
Black with #AEC972
Text Example
Text Example
White with #AEC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC972; }
p { color: rgb(174,201,114); }
H1.HeaderClassName
{
color: #AEC972;
}
.AnyTagClassName
{
color: #AEC972;
}
</style>
background-color css
<style>
a { background-color: #AEC972; }
a { background-color: rgb(174,201,114); }
div.DivClassName
{
background-color: #AEC972;
}
.BgClassName
{
background-color: #AEC972;
}
</style>
border-color css
<style>
span { border-color: #AEC972; }
span { border-color: rgb(174,201,114); }
td.TdClassName
{
border-color: #AEC972;
}
.TagClassName
{
border-color: #AEC972;
}
</style>