Shades of Caper #AAC188
Tints of Caper #AAC188
RGB
CMYK
RGB Variations
Color information
#AAC188 (or 0xAAC188) is known color: Caper. HEX triplet: AA, C1 and 88. RGB value is (170,193,136). Sum of RGB (Red+Green+Blue) = 170+193+136=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC188 is #553E77. Grayscale: #B3B3B3. Windows color (decimal): -5586552 or 8962474. OLE color: 8962474.
HSL color Cylindrical-coordinate representation of color #AAC188: hue angle of 84.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC188 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 136 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.24 |
| HSL | 84.21º | 0.31% | 0.65% | - |
| HSV(B) | 84.21º | 0.3% | 0.76% | - |
| XYZ | 40.09 | 48.46 | 30.53 | - |
| YUV | 179.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 136 | 0.12 | 0 | 0.30 | 0.24 | 84.21 | 0.31 | 0.65 |
| Hex | AA | C1 | 88 | C | 0 | 1E | 18 | 54 | 1F | 41 |
| Octal | 252 | 301 | 210 | 14 | 0 | 36 | 30 | 124 | 37 | 101 |
| Binary | 10101010 | 11000001 | 10001000 | 1100 | 0 | 11110 | 11000 | 1010100 | 11111 | 1000001 |
Color Harmonies of #AAC188
Complementary color
Monochromatic Colors of #AAC188
Black with #AAC188
Text Example
Text Example
White with #AAC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC188; }
p { color: rgb(170,193,136); }
H1.HeaderClassName
{
color: #AAC188;
}
.AnyTagClassName
{
color: #AAC188;
}
</style>
background-color css
<style>
a { background-color: #AAC188; }
a { background-color: rgb(170,193,136); }
div.DivClassName
{
background-color: #AAC188;
}
.BgClassName
{
background-color: #AAC188;
}
</style>
border-color css
<style>
span { border-color: #AAC188; }
span { border-color: rgb(170,193,136); }
td.TdClassName
{
border-color: #AAC188;
}
.TagClassName
{
border-color: #AAC188;
}
</style>