Shades of Caper #AAC086
Tints of Caper #AAC086
RGB
CMYK
RGB Variations
Color information
#AAC086 (or 0xAAC086) is known color: Caper. HEX triplet: AA, C0 and 86. RGB value is (170,192,134). Sum of RGB (Red+Green+Blue) = 170+192+134=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC086 is #553F79. Grayscale: #B3B3B3. Windows color (decimal): -5586810 or 8831146. OLE color: 8831146.
HSL color Cylindrical-coordinate representation of color #AAC086: hue angle of 82.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC086 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 134 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.25 |
| HSL | 82.76º | 0.32% | 0.64% | - |
| HSV(B) | 82.76º | 0.3% | 0.75% | - |
| XYZ | 39.73 | 47.97 | 29.72 | - |
| YUV | 178.81 | 102.71 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 134 | 0.11 | 0 | 0.30 | 0.25 | 82.76 | 0.32 | 0.64 |
| Hex | AA | C0 | 86 | B | 0 | 1E | 19 | 53 | 20 | 40 |
| Octal | 252 | 300 | 206 | 13 | 0 | 36 | 31 | 123 | 40 | 100 |
| Binary | 10101010 | 11000000 | 10000110 | 1011 | 0 | 11110 | 11001 | 1010011 | 100000 | 1000000 |
Color Harmonies of #AAC086
Complementary color
Monochromatic Colors of #AAC086
Black with #AAC086
Text Example
Text Example
White with #AAC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC086; }
p { color: rgb(170,192,134); }
H1.HeaderClassName
{
color: #AAC086;
}
.AnyTagClassName
{
color: #AAC086;
}
</style>
background-color css
<style>
a { background-color: #AAC086; }
a { background-color: rgb(170,192,134); }
div.DivClassName
{
background-color: #AAC086;
}
.BgClassName
{
background-color: #AAC086;
}
</style>
border-color css
<style>
span { border-color: #AAC086; }
span { border-color: rgb(170,192,134); }
td.TdClassName
{
border-color: #AAC086;
}
.TagClassName
{
border-color: #AAC086;
}
</style>