Shades of Caper #AAC46F
Tints of Caper #AAC46F
RGB
CMYK
RGB Variations
Color information
#AAC46F (or 0xAAC46F) is known color: Caper. HEX triplet: AA, C4 and 6F. RGB value is (170,196,111). Sum of RGB (Red+Green+Blue) = 170+196+111=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC46F is #553B90. Grayscale: #B2B2B2. Windows color (decimal): -5585809 or 7324842. OLE color: 7324842.
HSL color Cylindrical-coordinate representation of color #AAC46F: hue angle of 78.35º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC46F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 111 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.23 |
| HSL | 78.35º | 0.42% | 0.6% | - |
| HSV(B) | 78.35º | 0.43% | 0.77% | - |
| XYZ | 39.19 | 49.17 | 22.47 | - |
| YUV | 178.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 111 | 0.13 | 0 | 0.43 | 0.23 | 78.35 | 0.42 | 0.6 |
| Hex | AA | C4 | 6F | D | 0 | 2B | 17 | 4E | 2A | 3C |
| Octal | 252 | 304 | 157 | 15 | 0 | 53 | 27 | 116 | 52 | 74 |
| Binary | 10101010 | 11000100 | 1101111 | 1101 | 0 | 101011 | 10111 | 1001110 | 101010 | 111100 |
Color Harmonies of #AAC46F
Complementary color
Monochromatic Colors of #AAC46F
Black with #AAC46F
Text Example
Text Example
White with #AAC46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC46F; }
p { color: rgb(170,196,111); }
H1.HeaderClassName
{
color: #AAC46F;
}
.AnyTagClassName
{
color: #AAC46F;
}
</style>
background-color css
<style>
a { background-color: #AAC46F; }
a { background-color: rgb(170,196,111); }
div.DivClassName
{
background-color: #AAC46F;
}
.BgClassName
{
background-color: #AAC46F;
}
</style>
border-color css
<style>
span { border-color: #AAC46F; }
span { border-color: rgb(170,196,111); }
td.TdClassName
{
border-color: #AAC46F;
}
.TagClassName
{
border-color: #AAC46F;
}
</style>