Shades of Caper #AAC088
Tints of Caper #AAC088
RGB
CMYK
RGB Variations
Color information
#AAC088 (or 0xAAC088) is known color: Caper. HEX triplet: AA, C0 and 88. RGB value is (170,192,136). Sum of RGB (Red+Green+Blue) = 170+192+136=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC088 is #553F77. Grayscale: #B3B3B3. Windows color (decimal): -5586808 or 8962218. OLE color: 8962218.
HSL color Cylindrical-coordinate representation of color #AAC088: hue angle of 83.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC088 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 136 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.25 |
| HSL | 83.57º | 0.31% | 0.64% | - |
| HSV(B) | 83.57º | 0.29% | 0.75% | - |
| XYZ | 39.87 | 48.02 | 30.46 | - |
| YUV | 179.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 136 | 0.11 | 0 | 0.29 | 0.25 | 83.57 | 0.31 | 0.64 |
| Hex | AA | C0 | 88 | B | 0 | 1D | 19 | 54 | 1F | 40 |
| Octal | 252 | 300 | 210 | 13 | 0 | 35 | 31 | 124 | 37 | 100 |
| Binary | 10101010 | 11000000 | 10001000 | 1011 | 0 | 11101 | 11001 | 1010100 | 11111 | 1000000 |
Color Harmonies of #AAC088
Complementary color
Monochromatic Colors of #AAC088
Black with #AAC088
Text Example
Text Example
White with #AAC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC088; }
p { color: rgb(170,192,136); }
H1.HeaderClassName
{
color: #AAC088;
}
.AnyTagClassName
{
color: #AAC088;
}
</style>
background-color css
<style>
a { background-color: #AAC088; }
a { background-color: rgb(170,192,136); }
div.DivClassName
{
background-color: #AAC088;
}
.BgClassName
{
background-color: #AAC088;
}
</style>
border-color css
<style>
span { border-color: #AAC088; }
span { border-color: rgb(170,192,136); }
td.TdClassName
{
border-color: #AAC088;
}
.TagClassName
{
border-color: #AAC088;
}
</style>