Shades of Caper #AAC36B
Tints of Caper #AAC36B
RGB
CMYK
RGB Variations
Color information
#AAC36B (or 0xAAC36B) is known color: Caper. HEX triplet: AA, C3 and 6B. RGB value is (170,195,107). Sum of RGB (Red+Green+Blue) = 170+195+107=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC36B is #553C94. Grayscale: #B1B1B1. Windows color (decimal): -5586069 or 7062442. OLE color: 7062442.
HSL color Cylindrical-coordinate representation of color #AAC36B: hue angle of 77.05º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC36B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 107 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.24 |
| HSL | 77.05º | 0.42% | 0.59% | - |
| HSV(B) | 77.05º | 0.45% | 0.76% | - |
| XYZ | 38.75 | 48.64 | 21.26 | - |
| YUV | 177.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 107 | 0.13 | 0 | 0.45 | 0.24 | 77.05 | 0.42 | 0.59 |
| Hex | AA | C3 | 6B | D | 0 | 2D | 18 | 4D | 2A | 3B |
| Octal | 252 | 303 | 153 | 15 | 0 | 55 | 30 | 115 | 52 | 73 |
| Binary | 10101010 | 11000011 | 1101011 | 1101 | 0 | 101101 | 11000 | 1001101 | 101010 | 111011 |
Color Harmonies of #AAC36B
Complementary color
Monochromatic Colors of #AAC36B
Black with #AAC36B
Text Example
Text Example
White with #AAC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC36B; }
p { color: rgb(170,195,107); }
H1.HeaderClassName
{
color: #AAC36B;
}
.AnyTagClassName
{
color: #AAC36B;
}
</style>
background-color css
<style>
a { background-color: #AAC36B; }
a { background-color: rgb(170,195,107); }
div.DivClassName
{
background-color: #AAC36B;
}
.BgClassName
{
background-color: #AAC36B;
}
</style>
border-color css
<style>
span { border-color: #AAC36B; }
span { border-color: rgb(170,195,107); }
td.TdClassName
{
border-color: #AAC36B;
}
.TagClassName
{
border-color: #AAC36B;
}
</style>