Shades of Caper #AAC56C
Tints of Caper #AAC56C
RGB
CMYK
RGB Variations
Color information
#AAC56C (or 0xAAC56C) is known color: Caper. HEX triplet: AA, C5 and 6C. RGB value is (170,197,108). Sum of RGB (Red+Green+Blue) = 170+197+108=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56C is #553A93. Grayscale: #B3B3B3. Windows color (decimal): -5585556 or 7128490. OLE color: 7128490.
HSL color Cylindrical-coordinate representation of color #AAC56C: hue angle of 78.2º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC56C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 108 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.23 |
| HSL | 78.2º | 0.43% | 0.6% | - |
| HSV(B) | 78.2º | 0.45% | 0.77% | - |
| XYZ | 39.25 | 49.56 | 21.68 | - |
| YUV | 178.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 108 | 0.14 | 0 | 0.45 | 0.23 | 78.2 | 0.43 | 0.6 |
| Hex | AA | C5 | 6C | E | 0 | 2D | 17 | 4E | 2B | 3C |
| Octal | 252 | 305 | 154 | 16 | 0 | 55 | 27 | 116 | 53 | 74 |
| Binary | 10101010 | 11000101 | 1101100 | 1110 | 0 | 101101 | 10111 | 1001110 | 101011 | 111100 |
Color Harmonies of #AAC56C
Complementary color
Monochromatic Colors of #AAC56C
Black with #AAC56C
Text Example
Text Example
White with #AAC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC56C; }
p { color: rgb(170,197,108); }
H1.HeaderClassName
{
color: #AAC56C;
}
.AnyTagClassName
{
color: #AAC56C;
}
</style>
background-color css
<style>
a { background-color: #AAC56C; }
a { background-color: rgb(170,197,108); }
div.DivClassName
{
background-color: #AAC56C;
}
.BgClassName
{
background-color: #AAC56C;
}
</style>
border-color css
<style>
span { border-color: #AAC56C; }
span { border-color: rgb(170,197,108); }
td.TdClassName
{
border-color: #AAC56C;
}
.TagClassName
{
border-color: #AAC56C;
}
</style>