Shades of Caper #AAC77E
Tints of Caper #AAC77E
RGB
CMYK
RGB Variations
Color information
#AAC77E (or 0xAAC77E) is known color: Caper. HEX triplet: AA, C7 and 7E. RGB value is (170,199,126). Sum of RGB (Red+Green+Blue) = 170+199+126=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC77E is #553881. Grayscale: #B6B6B6. Windows color (decimal): -5585026 or 8308650. OLE color: 8308650.
HSL color Cylindrical-coordinate representation of color #AAC77E: hue angle of 83.84º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC77E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 126 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.22 |
| HSL | 83.84º | 0.39% | 0.64% | - |
| HSV(B) | 83.84º | 0.37% | 0.78% | - |
| XYZ | 40.77 | 50.9 | 27.41 | - |
| YUV | 182.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 126 | 0.15 | 0 | 0.37 | 0.22 | 83.84 | 0.39 | 0.64 |
| Hex | AA | C7 | 7E | F | 0 | 25 | 16 | 54 | 27 | 40 |
| Octal | 252 | 307 | 176 | 17 | 0 | 45 | 26 | 124 | 47 | 100 |
| Binary | 10101010 | 11000111 | 1111110 | 1111 | 0 | 100101 | 10110 | 1010100 | 100111 | 1000000 |
Color Harmonies of #AAC77E
Complementary color
Monochromatic Colors of #AAC77E
Black with #AAC77E
Text Example
Text Example
White with #AAC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC77E; }
p { color: rgb(170,199,126); }
H1.HeaderClassName
{
color: #AAC77E;
}
.AnyTagClassName
{
color: #AAC77E;
}
</style>
background-color css
<style>
a { background-color: #AAC77E; }
a { background-color: rgb(170,199,126); }
div.DivClassName
{
background-color: #AAC77E;
}
.BgClassName
{
background-color: #AAC77E;
}
</style>
border-color css
<style>
span { border-color: #AAC77E; }
span { border-color: rgb(170,199,126); }
td.TdClassName
{
border-color: #AAC77E;
}
.TagClassName
{
border-color: #AAC77E;
}
</style>