Shades of Caper #AAC77A
Tints of Caper #AAC77A
RGB
CMYK
RGB Variations
Color information
#AAC77A (or 0xAAC77A) is known color: Caper. HEX triplet: AA, C7 and 7A. RGB value is (170,199,122). Sum of RGB (Red+Green+Blue) = 170+199+122=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC77A is #553885. Grayscale: #B5B5B5. Windows color (decimal): -5585030 or 8046506. OLE color: 8046506.
HSL color Cylindrical-coordinate representation of color #AAC77A: hue angle of 82.6º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC77A is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 122 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.22 |
| HSL | 82.6º | 0.41% | 0.63% | - |
| HSV(B) | 82.6º | 0.39% | 0.78% | - |
| XYZ | 40.51 | 50.8 | 26.08 | - |
| YUV | 181.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 122 | 0.15 | 0 | 0.39 | 0.22 | 82.6 | 0.41 | 0.63 |
| Hex | AA | C7 | 7A | F | 0 | 27 | 16 | 53 | 29 | 3F |
| Octal | 252 | 307 | 172 | 17 | 0 | 47 | 26 | 123 | 51 | 77 |
| Binary | 10101010 | 11000111 | 1111010 | 1111 | 0 | 100111 | 10110 | 1010011 | 101001 | 111111 |
Color Harmonies of #AAC77A
Complementary color
Monochromatic Colors of #AAC77A
Black with #AAC77A
Text Example
Text Example
White with #AAC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC77A; }
p { color: rgb(170,199,122); }
H1.HeaderClassName
{
color: #AAC77A;
}
.AnyTagClassName
{
color: #AAC77A;
}
</style>
background-color css
<style>
a { background-color: #AAC77A; }
a { background-color: rgb(170,199,122); }
div.DivClassName
{
background-color: #AAC77A;
}
.BgClassName
{
background-color: #AAC77A;
}
</style>
border-color css
<style>
span { border-color: #AAC77A; }
span { border-color: rgb(170,199,122); }
td.TdClassName
{
border-color: #AAC77A;
}
.TagClassName
{
border-color: #AAC77A;
}
</style>