Shades of Caper #AAC96F
Tints of Caper #AAC96F
RGB
CMYK
RGB Variations
Color information
#AAC96F (or 0xAAC96F) is known color: Caper. HEX triplet: AA, C9 and 6F. RGB value is (170,201,111). Sum of RGB (Red+Green+Blue) = 170+201+111=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96F is #553690. Grayscale: #B5B5B5. Windows color (decimal): -5584529 or 7326122. OLE color: 7326122.
HSL color Cylindrical-coordinate representation of color #AAC96F: hue angle of 80.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC96F is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 111 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.21 |
| HSL | 80.67º | 0.45% | 0.61% | - |
| HSV(B) | 80.67º | 0.45% | 0.79% | - |
| XYZ | 40.33 | 51.47 | 22.85 | - |
| YUV | 181.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 111 | 0.15 | 0 | 0.45 | 0.21 | 80.67 | 0.45 | 0.61 |
| Hex | AA | C9 | 6F | F | 0 | 2D | 15 | 51 | 2D | 3D |
| Octal | 252 | 311 | 157 | 17 | 0 | 55 | 25 | 121 | 55 | 75 |
| Binary | 10101010 | 11001001 | 1101111 | 1111 | 0 | 101101 | 10101 | 1010001 | 101101 | 111101 |
Color Harmonies of #AAC96F
Complementary color
Monochromatic Colors of #AAC96F
Black with #AAC96F
Text Example
Text Example
White with #AAC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC96F; }
p { color: rgb(170,201,111); }
H1.HeaderClassName
{
color: #AAC96F;
}
.AnyTagClassName
{
color: #AAC96F;
}
</style>
background-color css
<style>
a { background-color: #AAC96F; }
a { background-color: rgb(170,201,111); }
div.DivClassName
{
background-color: #AAC96F;
}
.BgClassName
{
background-color: #AAC96F;
}
</style>
border-color css
<style>
span { border-color: #AAC96F; }
span { border-color: rgb(170,201,111); }
td.TdClassName
{
border-color: #AAC96F;
}
.TagClassName
{
border-color: #AAC96F;
}
</style>