Shades of Caper #AAC97F
Tints of Caper #AAC97F
RGB
CMYK
RGB Variations
Color information
#AAC97F (or 0xAAC97F) is known color: Caper. HEX triplet: AA, C9 and 7F. RGB value is (170,201,127). Sum of RGB (Red+Green+Blue) = 170+201+127=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC97F is #553680. Grayscale: #B7B7B7. Windows color (decimal): -5584513 or 8374698. OLE color: 8374698.
HSL color Cylindrical-coordinate representation of color #AAC97F: hue angle of 85.14º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC97F is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 127 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.21 |
| HSL | 85.14º | 0.41% | 0.64% | - |
| HSV(B) | 85.14º | 0.37% | 0.79% | - |
| XYZ | 41.29 | 51.85 | 27.91 | - |
| YUV | 183.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 127 | 0.15 | 0 | 0.37 | 0.21 | 85.14 | 0.41 | 0.64 |
| Hex | AA | C9 | 7F | F | 0 | 25 | 15 | 55 | 29 | 40 |
| Octal | 252 | 311 | 177 | 17 | 0 | 45 | 25 | 125 | 51 | 100 |
| Binary | 10101010 | 11001001 | 1111111 | 1111 | 0 | 100101 | 10101 | 1010101 | 101001 | 1000000 |
Color Harmonies of #AAC97F
Complementary color
Monochromatic Colors of #AAC97F
Black with #AAC97F
Text Example
Text Example
White with #AAC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC97F; }
p { color: rgb(170,201,127); }
H1.HeaderClassName
{
color: #AAC97F;
}
.AnyTagClassName
{
color: #AAC97F;
}
</style>
background-color css
<style>
a { background-color: #AAC97F; }
a { background-color: rgb(170,201,127); }
div.DivClassName
{
background-color: #AAC97F;
}
.BgClassName
{
background-color: #AAC97F;
}
</style>
border-color css
<style>
span { border-color: #AAC97F; }
span { border-color: rgb(170,201,127); }
td.TdClassName
{
border-color: #AAC97F;
}
.TagClassName
{
border-color: #AAC97F;
}
</style>