Shades of Caper #AAC06E
Tints of Caper #AAC06E
RGB
CMYK
RGB Variations
Color information
#AAC06E (or 0xAAC06E) is known color: Caper. HEX triplet: AA, C0 and 6E. RGB value is (170,192,110). Sum of RGB (Red+Green+Blue) = 170+192+110=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC06E is #553F91. Grayscale: #B0B0B0. Windows color (decimal): -5586834 or 7258282. OLE color: 7258282.
HSL color Cylindrical-coordinate representation of color #AAC06E: hue angle of 76.1º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC06E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 110 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.25 |
| HSL | 76.1º | 0.39% | 0.59% | - |
| HSV(B) | 76.1º | 0.43% | 0.75% | - |
| XYZ | 38.24 | 47.37 | 21.88 | - |
| YUV | 176.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 110 | 0.11 | 0 | 0.43 | 0.25 | 76.1 | 0.39 | 0.59 |
| Hex | AA | C0 | 6E | B | 0 | 2B | 19 | 4C | 27 | 3B |
| Octal | 252 | 300 | 156 | 13 | 0 | 53 | 31 | 114 | 47 | 73 |
| Binary | 10101010 | 11000000 | 1101110 | 1011 | 0 | 101011 | 11001 | 1001100 | 100111 | 111011 |
Color Harmonies of #AAC06E
Complementary color
Monochromatic Colors of #AAC06E
Black with #AAC06E
Text Example
Text Example
White with #AAC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC06E; }
p { color: rgb(170,192,110); }
H1.HeaderClassName
{
color: #AAC06E;
}
.AnyTagClassName
{
color: #AAC06E;
}
</style>
background-color css
<style>
a { background-color: #AAC06E; }
a { background-color: rgb(170,192,110); }
div.DivClassName
{
background-color: #AAC06E;
}
.BgClassName
{
background-color: #AAC06E;
}
</style>
border-color css
<style>
span { border-color: #AAC06E; }
span { border-color: rgb(170,192,110); }
td.TdClassName
{
border-color: #AAC06E;
}
.TagClassName
{
border-color: #AAC06E;
}
</style>