Shades of Caper #AAC771
Tints of Caper #AAC771
RGB
CMYK
RGB Variations
Color information
#AAC771 (or 0xAAC771) is known color: Caper. HEX triplet: AA, C7 and 71. RGB value is (170,199,113). Sum of RGB (Red+Green+Blue) = 170+199+113=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC771 is #55388E. Grayscale: #B4B4B4. Windows color (decimal): -5585039 or 7456682. OLE color: 7456682.
HSL color Cylindrical-coordinate representation of color #AAC771: hue angle of 80.23º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAC771 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 113 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.22 |
| HSL | 80.23º | 0.43% | 0.61% | - |
| HSV(B) | 80.23º | 0.43% | 0.78% | - |
| XYZ | 39.98 | 50.59 | 23.28 | - |
| YUV | 180.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 113 | 0.15 | 0 | 0.43 | 0.22 | 80.23 | 0.43 | 0.61 |
| Hex | AA | C7 | 71 | F | 0 | 2B | 16 | 50 | 2B | 3D |
| Octal | 252 | 307 | 161 | 17 | 0 | 53 | 26 | 120 | 53 | 75 |
| Binary | 10101010 | 11000111 | 1110001 | 1111 | 0 | 101011 | 10110 | 1010000 | 101011 | 111101 |
Color Harmonies of #AAC771
Complementary color
Monochromatic Colors of #AAC771
Black with #AAC771
Text Example
Text Example
White with #AAC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC771; }
p { color: rgb(170,199,113); }
H1.HeaderClassName
{
color: #AAC771;
}
.AnyTagClassName
{
color: #AAC771;
}
</style>
background-color css
<style>
a { background-color: #AAC771; }
a { background-color: rgb(170,199,113); }
div.DivClassName
{
background-color: #AAC771;
}
.BgClassName
{
background-color: #AAC771;
}
</style>
border-color css
<style>
span { border-color: #AAC771; }
span { border-color: rgb(170,199,113); }
td.TdClassName
{
border-color: #AAC771;
}
.TagClassName
{
border-color: #AAC771;
}
</style>