Shades of Caper #AAC573
Tints of Caper #AAC573
RGB
CMYK
RGB Variations
Color information
#AAC573 (or 0xAAC573) is known color: Caper. HEX triplet: AA, C5 and 73. RGB value is (170,197,115). Sum of RGB (Red+Green+Blue) = 170+197+115=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC573 is #553A8C. Grayscale: #B3B3B3. Windows color (decimal): -5585549 or 7587242. OLE color: 7587242.
HSL color Cylindrical-coordinate representation of color #AAC573: hue angle of 79.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC573 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 115 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.23 |
| HSL | 79.76º | 0.41% | 0.61% | - |
| HSV(B) | 79.76º | 0.42% | 0.77% | - |
| XYZ | 39.64 | 49.72 | 23.73 | - |
| YUV | 179.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 115 | 0.14 | 0 | 0.42 | 0.23 | 79.76 | 0.41 | 0.61 |
| Hex | AA | C5 | 73 | E | 0 | 2A | 17 | 50 | 29 | 3D |
| Octal | 252 | 305 | 163 | 16 | 0 | 52 | 27 | 120 | 51 | 75 |
| Binary | 10101010 | 11000101 | 1110011 | 1110 | 0 | 101010 | 10111 | 1010000 | 101001 | 111101 |
Color Harmonies of #AAC573
Complementary color
Monochromatic Colors of #AAC573
Black with #AAC573
Text Example
Text Example
White with #AAC573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC573; }
p { color: rgb(170,197,115); }
H1.HeaderClassName
{
color: #AAC573;
}
.AnyTagClassName
{
color: #AAC573;
}
</style>
background-color css
<style>
a { background-color: #AAC573; }
a { background-color: rgb(170,197,115); }
div.DivClassName
{
background-color: #AAC573;
}
.BgClassName
{
background-color: #AAC573;
}
</style>
border-color css
<style>
span { border-color: #AAC573; }
span { border-color: rgb(170,197,115); }
td.TdClassName
{
border-color: #AAC573;
}
.TagClassName
{
border-color: #AAC573;
}
</style>