Shades of Caper #AAC46B
Tints of Caper #AAC46B
RGB
CMYK
RGB Variations
Color information
#AAC46B (or 0xAAC46B) is known color: Caper. HEX triplet: AA, C4 and 6B. RGB value is (170,196,107). Sum of RGB (Red+Green+Blue) = 170+196+107=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC46B is #553B94. Grayscale: #B2B2B2. Windows color (decimal): -5585813 or 7062698. OLE color: 7062698.
HSL color Cylindrical-coordinate representation of color #AAC46B: hue angle of 77.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC46B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 107 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.23 |
| HSL | 77.53º | 0.43% | 0.59% | - |
| HSV(B) | 77.53º | 0.45% | 0.77% | - |
| XYZ | 38.97 | 49.09 | 21.33 | - |
| YUV | 178.08 | 87.89 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 107 | 0.13 | 0 | 0.45 | 0.23 | 77.53 | 0.43 | 0.59 |
| Hex | AA | C4 | 6B | D | 0 | 2D | 17 | 4E | 2B | 3B |
| Octal | 252 | 304 | 153 | 15 | 0 | 55 | 27 | 116 | 53 | 73 |
| Binary | 10101010 | 11000100 | 1101011 | 1101 | 0 | 101101 | 10111 | 1001110 | 101011 | 111011 |
Color Harmonies of #AAC46B
Complementary color
Monochromatic Colors of #AAC46B
Black with #AAC46B
Text Example
Text Example
White with #AAC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC46B; }
p { color: rgb(170,196,107); }
H1.HeaderClassName
{
color: #AAC46B;
}
.AnyTagClassName
{
color: #AAC46B;
}
</style>
background-color css
<style>
a { background-color: #AAC46B; }
a { background-color: rgb(170,196,107); }
div.DivClassName
{
background-color: #AAC46B;
}
.BgClassName
{
background-color: #AAC46B;
}
</style>
border-color css
<style>
span { border-color: #AAC46B; }
span { border-color: rgb(170,196,107); }
td.TdClassName
{
border-color: #AAC46B;
}
.TagClassName
{
border-color: #AAC46B;
}
</style>