Shades of Caper #AAC187
Tints of Caper #AAC187
RGB
CMYK
RGB Variations
Color information
#AAC187 (or 0xAAC187) is known color: Caper. HEX triplet: AA, C1 and 87. RGB value is (170,193,135). Sum of RGB (Red+Green+Blue) = 170+193+135=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC187 is #553E78. Grayscale: #B3B3B3. Windows color (decimal): -5586553 or 8896938. OLE color: 8896938.
HSL color Cylindrical-coordinate representation of color #AAC187: hue angle of 83.79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC187 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 135 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.24 |
| HSL | 83.79º | 0.32% | 0.64% | - |
| HSV(B) | 83.79º | 0.3% | 0.76% | - |
| XYZ | 40.02 | 48.44 | 30.16 | - |
| YUV | 179.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 135 | 0.12 | 0 | 0.30 | 0.24 | 83.79 | 0.32 | 0.64 |
| Hex | AA | C1 | 87 | C | 0 | 1E | 18 | 54 | 20 | 40 |
| Octal | 252 | 301 | 207 | 14 | 0 | 36 | 30 | 124 | 40 | 100 |
| Binary | 10101010 | 11000001 | 10000111 | 1100 | 0 | 11110 | 11000 | 1010100 | 100000 | 1000000 |
Color Harmonies of #AAC187
Complementary color
Monochromatic Colors of #AAC187
Black with #AAC187
Text Example
Text Example
White with #AAC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC187; }
p { color: rgb(170,193,135); }
H1.HeaderClassName
{
color: #AAC187;
}
.AnyTagClassName
{
color: #AAC187;
}
</style>
background-color css
<style>
a { background-color: #AAC187; }
a { background-color: rgb(170,193,135); }
div.DivClassName
{
background-color: #AAC187;
}
.BgClassName
{
background-color: #AAC187;
}
</style>
border-color css
<style>
span { border-color: #AAC187; }
span { border-color: rgb(170,193,135); }
td.TdClassName
{
border-color: #AAC187;
}
.TagClassName
{
border-color: #AAC187;
}
</style>