Shades of Caper #AAC073
Tints of Caper #AAC073
RGB
CMYK
RGB Variations
Color information
#AAC073 (or 0xAAC073) is known color: Caper. HEX triplet: AA, C0 and 73. RGB value is (170,192,115). Sum of RGB (Red+Green+Blue) = 170+192+115=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC073 is #553F8C. Grayscale: #B0B0B0. Windows color (decimal): -5586829 or 7585962. OLE color: 7585962.
HSL color Cylindrical-coordinate representation of color #AAC073: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC073 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 115 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.25 |
| HSL | 77.14º | 0.38% | 0.6% | - |
| HSV(B) | 77.14º | 0.4% | 0.75% | - |
| XYZ | 38.52 | 47.48 | 23.35 | - |
| YUV | 176.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 115 | 0.11 | 0 | 0.40 | 0.25 | 77.14 | 0.38 | 0.6 |
| Hex | AA | C0 | 73 | B | 0 | 28 | 19 | 4D | 26 | 3C |
| Octal | 252 | 300 | 163 | 13 | 0 | 50 | 31 | 115 | 46 | 74 |
| Binary | 10101010 | 11000000 | 1110011 | 1011 | 0 | 101000 | 11001 | 1001101 | 100110 | 111100 |
Color Harmonies of #AAC073
Complementary color
Monochromatic Colors of #AAC073
Black with #AAC073
Text Example
Text Example
White with #AAC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC073; }
p { color: rgb(170,192,115); }
H1.HeaderClassName
{
color: #AAC073;
}
.AnyTagClassName
{
color: #AAC073;
}
</style>
background-color css
<style>
a { background-color: #AAC073; }
a { background-color: rgb(170,192,115); }
div.DivClassName
{
background-color: #AAC073;
}
.BgClassName
{
background-color: #AAC073;
}
</style>
border-color css
<style>
span { border-color: #AAC073; }
span { border-color: rgb(170,192,115); }
td.TdClassName
{
border-color: #AAC073;
}
.TagClassName
{
border-color: #AAC073;
}
</style>