Shades of Caper #AAC280
Tints of Caper #AAC280
RGB
CMYK
RGB Variations
Color information
#AAC280 (or 0xAAC280) is known color: Caper. HEX triplet: AA, C2 and 80. RGB value is (170,194,128). Sum of RGB (Red+Green+Blue) = 170+194+128=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC280 is #553D7F. Grayscale: #B3B3B3. Windows color (decimal): -5586304 or 8438442. OLE color: 8438442.
HSL color Cylindrical-coordinate representation of color #AAC280: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAC280 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 128 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.24 |
| HSL | 81.82º | 0.35% | 0.63% | - |
| HSV(B) | 81.82º | 0.34% | 0.76% | - |
| XYZ | 39.77 | 48.69 | 27.72 | - |
| YUV | 179.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 128 | 0.12 | 0 | 0.34 | 0.24 | 81.82 | 0.35 | 0.63 |
| Hex | AA | C2 | 80 | C | 0 | 22 | 18 | 52 | 23 | 3F |
| Octal | 252 | 302 | 200 | 14 | 0 | 42 | 30 | 122 | 43 | 77 |
| Binary | 10101010 | 11000010 | 10000000 | 1100 | 0 | 100010 | 11000 | 1010010 | 100011 | 111111 |
Color Harmonies of #AAC280
Complementary color
Monochromatic Colors of #AAC280
Black with #AAC280
Text Example
Text Example
White with #AAC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC280; }
p { color: rgb(170,194,128); }
H1.HeaderClassName
{
color: #AAC280;
}
.AnyTagClassName
{
color: #AAC280;
}
</style>
background-color css
<style>
a { background-color: #AAC280; }
a { background-color: rgb(170,194,128); }
div.DivClassName
{
background-color: #AAC280;
}
.BgClassName
{
background-color: #AAC280;
}
</style>
border-color css
<style>
span { border-color: #AAC280; }
span { border-color: rgb(170,194,128); }
td.TdClassName
{
border-color: #AAC280;
}
.TagClassName
{
border-color: #AAC280;
}
</style>