Shades of Caper #AAC072
Tints of Caper #AAC072
RGB
CMYK
RGB Variations
Color information
#AAC072 (or 0xAAC072) is known color: Caper. HEX triplet: AA, C0 and 72. RGB value is (170,192,114). Sum of RGB (Red+Green+Blue) = 170+192+114=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC072 is #553F8D. Grayscale: #B0B0B0. Windows color (decimal): -5586830 or 7520426. OLE color: 7520426.
HSL color Cylindrical-coordinate representation of color #AAC072: hue angle of 76.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC072 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 114 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.25 |
| HSL | 76.92º | 0.38% | 0.6% | - |
| HSV(B) | 76.92º | 0.41% | 0.75% | - |
| XYZ | 38.46 | 47.46 | 23.05 | - |
| YUV | 176.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 114 | 0.11 | 0 | 0.41 | 0.25 | 76.92 | 0.38 | 0.6 |
| Hex | AA | C0 | 72 | B | 0 | 29 | 19 | 4D | 26 | 3C |
| Octal | 252 | 300 | 162 | 13 | 0 | 51 | 31 | 115 | 46 | 74 |
| Binary | 10101010 | 11000000 | 1110010 | 1011 | 0 | 101001 | 11001 | 1001101 | 100110 | 111100 |
Color Harmonies of #AAC072
Complementary color
Monochromatic Colors of #AAC072
Black with #AAC072
Text Example
Text Example
White with #AAC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC072; }
p { color: rgb(170,192,114); }
H1.HeaderClassName
{
color: #AAC072;
}
.AnyTagClassName
{
color: #AAC072;
}
</style>
background-color css
<style>
a { background-color: #AAC072; }
a { background-color: rgb(170,192,114); }
div.DivClassName
{
background-color: #AAC072;
}
.BgClassName
{
background-color: #AAC072;
}
</style>
border-color css
<style>
span { border-color: #AAC072; }
span { border-color: rgb(170,192,114); }
td.TdClassName
{
border-color: #AAC072;
}
.TagClassName
{
border-color: #AAC072;
}
</style>