Shades of Caper #AAC180
Tints of Caper #AAC180
RGB
CMYK
RGB Variations
Color information
#AAC180 (or 0xAAC180) is known color: Caper. HEX triplet: AA, C1 and 80. RGB value is (170,193,128). Sum of RGB (Red+Green+Blue) = 170+193+128=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC180 is #553E7F. Grayscale: #B2B2B2. Windows color (decimal): -5586560 or 8438186. OLE color: 8438186.
HSL color Cylindrical-coordinate representation of color #AAC180: hue angle of 81.23º degrees, saturation: 0.34, 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 #AAC180 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 128 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.24 |
| HSL | 81.23º | 0.34% | 0.63% | - |
| HSV(B) | 81.23º | 0.34% | 0.76% | - |
| XYZ | 39.54 | 48.24 | 27.65 | - |
| YUV | 178.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 128 | 0.12 | 0 | 0.34 | 0.24 | 81.23 | 0.34 | 0.63 |
| Hex | AA | C1 | 80 | C | 0 | 22 | 18 | 51 | 22 | 3F |
| Octal | 252 | 301 | 200 | 14 | 0 | 42 | 30 | 121 | 42 | 77 |
| Binary | 10101010 | 11000001 | 10000000 | 1100 | 0 | 100010 | 11000 | 1010001 | 100010 | 111111 |
Color Harmonies of #AAC180
Complementary color
Monochromatic Colors of #AAC180
Black with #AAC180
Text Example
Text Example
White with #AAC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC180; }
p { color: rgb(170,193,128); }
H1.HeaderClassName
{
color: #AAC180;
}
.AnyTagClassName
{
color: #AAC180;
}
</style>
background-color css
<style>
a { background-color: #AAC180; }
a { background-color: rgb(170,193,128); }
div.DivClassName
{
background-color: #AAC180;
}
.BgClassName
{
background-color: #AAC180;
}
</style>
border-color css
<style>
span { border-color: #AAC180; }
span { border-color: rgb(170,193,128); }
td.TdClassName
{
border-color: #AAC180;
}
.TagClassName
{
border-color: #AAC180;
}
</style>