Shades of Caper #AAC56F
Tints of Caper #AAC56F
RGB
CMYK
RGB Variations
Color information
#AAC56F (or 0xAAC56F) is known color: Caper. HEX triplet: AA, C5 and 6F. RGB value is (170,197,111). Sum of RGB (Red+Green+Blue) = 170+197+111=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56F is #553A90. Grayscale: #B3B3B3. Windows color (decimal): -5585553 or 7325098. OLE color: 7325098.
HSL color Cylindrical-coordinate representation of color #AAC56F: hue angle of 78.84º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC56F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 111 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.23 |
| HSL | 78.84º | 0.43% | 0.6% | - |
| HSV(B) | 78.84º | 0.44% | 0.77% | - |
| XYZ | 39.41 | 49.63 | 22.54 | - |
| YUV | 179.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 111 | 0.14 | 0 | 0.44 | 0.23 | 78.84 | 0.43 | 0.6 |
| Hex | AA | C5 | 6F | E | 0 | 2C | 17 | 4F | 2B | 3C |
| Octal | 252 | 305 | 157 | 16 | 0 | 54 | 27 | 117 | 53 | 74 |
| Binary | 10101010 | 11000101 | 1101111 | 1110 | 0 | 101100 | 10111 | 1001111 | 101011 | 111100 |
Color Harmonies of #AAC56F
Complementary color
Monochromatic Colors of #AAC56F
Black with #AAC56F
Text Example
Text Example
White with #AAC56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC56F; }
p { color: rgb(170,197,111); }
H1.HeaderClassName
{
color: #AAC56F;
}
.AnyTagClassName
{
color: #AAC56F;
}
</style>
background-color css
<style>
a { background-color: #AAC56F; }
a { background-color: rgb(170,197,111); }
div.DivClassName
{
background-color: #AAC56F;
}
.BgClassName
{
background-color: #AAC56F;
}
</style>
border-color css
<style>
span { border-color: #AAC56F; }
span { border-color: rgb(170,197,111); }
td.TdClassName
{
border-color: #AAC56F;
}
.TagClassName
{
border-color: #AAC56F;
}
</style>