Shades of Caper #AAC388
Tints of Caper #AAC388
RGB
CMYK
RGB Variations
Color information
#AAC388 (or 0xAAC388) is known color: Caper. HEX triplet: AA, C3 and 88. RGB value is (170,195,136). Sum of RGB (Red+Green+Blue) = 170+195+136=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC388 is #553C77. Grayscale: #B5B5B5. Windows color (decimal): -5586040 or 8962986. OLE color: 8962986.
HSL color Cylindrical-coordinate representation of color #AAC388: hue angle of 85.42º degrees, saturation: 0.33, 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 #AAC388 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 136 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.24 |
| HSL | 85.42º | 0.33% | 0.65% | - |
| HSV(B) | 85.42º | 0.3% | 0.76% | - |
| XYZ | 40.54 | 49.35 | 30.68 | - |
| YUV | 180.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 136 | 0.13 | 0 | 0.30 | 0.24 | 85.42 | 0.33 | 0.65 |
| Hex | AA | C3 | 88 | D | 0 | 1E | 18 | 55 | 21 | 41 |
| Octal | 252 | 303 | 210 | 15 | 0 | 36 | 30 | 125 | 41 | 101 |
| Binary | 10101010 | 11000011 | 10001000 | 1101 | 0 | 11110 | 11000 | 1010101 | 100001 | 1000001 |
Color Harmonies of #AAC388
Complementary color
Monochromatic Colors of #AAC388
Black with #AAC388
Text Example
Text Example
White with #AAC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC388; }
p { color: rgb(170,195,136); }
H1.HeaderClassName
{
color: #AAC388;
}
.AnyTagClassName
{
color: #AAC388;
}
</style>
background-color css
<style>
a { background-color: #AAC388; }
a { background-color: rgb(170,195,136); }
div.DivClassName
{
background-color: #AAC388;
}
.BgClassName
{
background-color: #AAC388;
}
</style>
border-color css
<style>
span { border-color: #AAC388; }
span { border-color: rgb(170,195,136); }
td.TdClassName
{
border-color: #AAC388;
}
.TagClassName
{
border-color: #AAC388;
}
</style>