Shades of Caper #AAC981
Tints of Caper #AAC981
RGB
CMYK
RGB Variations
Color information
#AAC981 (or 0xAAC981) is known color: Caper. HEX triplet: AA, C9 and 81. RGB value is (170,201,129). Sum of RGB (Red+Green+Blue) = 170+201+129=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC981 is #55367E. Grayscale: #B7B7B7. Windows color (decimal): -5584511 or 8505770. OLE color: 8505770.
HSL color Cylindrical-coordinate representation of color #AAC981: hue angle of 85.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC981 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 129 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.21 |
| HSL | 85.83º | 0.4% | 0.65% | - |
| HSV(B) | 85.83º | 0.36% | 0.79% | - |
| XYZ | 41.43 | 51.9 | 28.6 | - |
| YUV | 183.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 129 | 0.15 | 0 | 0.36 | 0.21 | 85.83 | 0.4 | 0.65 |
| Hex | AA | C9 | 81 | F | 0 | 24 | 15 | 56 | 28 | 41 |
| Octal | 252 | 311 | 201 | 17 | 0 | 44 | 25 | 126 | 50 | 101 |
| Binary | 10101010 | 11001001 | 10000001 | 1111 | 0 | 100100 | 10101 | 1010110 | 101000 | 1000001 |
Color Harmonies of #AAC981
Complementary color
Monochromatic Colors of #AAC981
Black with #AAC981
Text Example
Text Example
White with #AAC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC981; }
p { color: rgb(170,201,129); }
H1.HeaderClassName
{
color: #AAC981;
}
.AnyTagClassName
{
color: #AAC981;
}
</style>
background-color css
<style>
a { background-color: #AAC981; }
a { background-color: rgb(170,201,129); }
div.DivClassName
{
background-color: #AAC981;
}
.BgClassName
{
background-color: #AAC981;
}
</style>
border-color css
<style>
span { border-color: #AAC981; }
span { border-color: rgb(170,201,129); }
td.TdClassName
{
border-color: #AAC981;
}
.TagClassName
{
border-color: #AAC981;
}
</style>