Shades of Caper #AAC56B
Tints of Caper #AAC56B
RGB
CMYK
RGB Variations
Color information
#AAC56B (or 0xAAC56B) is known color: Caper. HEX triplet: AA, C5 and 6B. RGB value is (170,197,107). Sum of RGB (Red+Green+Blue) = 170+197+107=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56B is #553A94. Grayscale: #B3B3B3. Windows color (decimal): -5585557 or 7062954. OLE color: 7062954.
HSL color Cylindrical-coordinate representation of color #AAC56B: hue angle of 78º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC56B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 107 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.23 |
| HSL | 78º | 0.44% | 0.6% | - |
| HSV(B) | 78º | 0.46% | 0.77% | - |
| XYZ | 39.2 | 49.54 | 21.41 | - |
| YUV | 178.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 107 | 0.14 | 0 | 0.46 | 0.23 | 78 | 0.44 | 0.6 |
| Hex | AA | C5 | 6B | E | 0 | 2E | 17 | 4E | 2C | 3C |
| Octal | 252 | 305 | 153 | 16 | 0 | 56 | 27 | 116 | 54 | 74 |
| Binary | 10101010 | 11000101 | 1101011 | 1110 | 0 | 101110 | 10111 | 1001110 | 101100 | 111100 |
Color Harmonies of #AAC56B
Complementary color
Monochromatic Colors of #AAC56B
Black with #AAC56B
Text Example
Text Example
White with #AAC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC56B; }
p { color: rgb(170,197,107); }
H1.HeaderClassName
{
color: #AAC56B;
}
.AnyTagClassName
{
color: #AAC56B;
}
</style>
background-color css
<style>
a { background-color: #AAC56B; }
a { background-color: rgb(170,197,107); }
div.DivClassName
{
background-color: #AAC56B;
}
.BgClassName
{
background-color: #AAC56B;
}
</style>
border-color css
<style>
span { border-color: #AAC56B; }
span { border-color: rgb(170,197,107); }
td.TdClassName
{
border-color: #AAC56B;
}
.TagClassName
{
border-color: #AAC56B;
}
</style>