Shades of Caper #AAC77C
Tints of Caper #AAC77C
RGB
CMYK
RGB Variations
Color information
#AAC77C (or 0xAAC77C) is known color: Caper. HEX triplet: AA, C7 and 7C. RGB value is (170,199,124). Sum of RGB (Red+Green+Blue) = 170+199+124=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC77C is #553883. Grayscale: #B6B6B6. Windows color (decimal): -5585028 or 8177578. OLE color: 8177578.
HSL color Cylindrical-coordinate representation of color #AAC77C: hue angle of 83.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC77C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 124 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.22 |
| HSL | 83.2º | 0.4% | 0.63% | - |
| HSV(B) | 83.2º | 0.38% | 0.78% | - |
| XYZ | 40.64 | 50.85 | 26.74 | - |
| YUV | 181.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 124 | 0.15 | 0 | 0.38 | 0.22 | 83.2 | 0.4 | 0.63 |
| Hex | AA | C7 | 7C | F | 0 | 26 | 16 | 53 | 28 | 3F |
| Octal | 252 | 307 | 174 | 17 | 0 | 46 | 26 | 123 | 50 | 77 |
| Binary | 10101010 | 11000111 | 1111100 | 1111 | 0 | 100110 | 10110 | 1010011 | 101000 | 111111 |
Color Harmonies of #AAC77C
Complementary color
Monochromatic Colors of #AAC77C
Black with #AAC77C
Text Example
Text Example
White with #AAC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC77C; }
p { color: rgb(170,199,124); }
H1.HeaderClassName
{
color: #AAC77C;
}
.AnyTagClassName
{
color: #AAC77C;
}
</style>
background-color css
<style>
a { background-color: #AAC77C; }
a { background-color: rgb(170,199,124); }
div.DivClassName
{
background-color: #AAC77C;
}
.BgClassName
{
background-color: #AAC77C;
}
</style>
border-color css
<style>
span { border-color: #AAC77C; }
span { border-color: rgb(170,199,124); }
td.TdClassName
{
border-color: #AAC77C;
}
.TagClassName
{
border-color: #AAC77C;
}
</style>