Shades of Caper #AAC986
Tints of Caper #AAC986
RGB
CMYK
RGB Variations
Color information
#AAC986 (or 0xAAC986) is known color: Caper. HEX triplet: AA, C9 and 86. RGB value is (170,201,134). Sum of RGB (Red+Green+Blue) = 170+201+134=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC986 is #553679. Grayscale: #B8B8B8. Windows color (decimal): -5584506 or 8833450. OLE color: 8833450.
HSL color Cylindrical-coordinate representation of color #AAC986: hue angle of 87.76º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC986 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 134 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.21 |
| HSL | 87.76º | 0.38% | 0.66% | - |
| HSV(B) | 87.76º | 0.33% | 0.79% | - |
| XYZ | 41.77 | 52.04 | 30.4 | - |
| YUV | 184.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 134 | 0.15 | 0 | 0.33 | 0.21 | 87.76 | 0.38 | 0.66 |
| Hex | AA | C9 | 86 | F | 0 | 21 | 15 | 58 | 26 | 42 |
| Octal | 252 | 311 | 206 | 17 | 0 | 41 | 25 | 130 | 46 | 102 |
| Binary | 10101010 | 11001001 | 10000110 | 1111 | 0 | 100001 | 10101 | 1011000 | 100110 | 1000010 |
Color Harmonies of #AAC986
Complementary color
Monochromatic Colors of #AAC986
Black with #AAC986
Text Example
Text Example
White with #AAC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC986; }
p { color: rgb(170,201,134); }
H1.HeaderClassName
{
color: #AAC986;
}
.AnyTagClassName
{
color: #AAC986;
}
</style>
background-color css
<style>
a { background-color: #AAC986; }
a { background-color: rgb(170,201,134); }
div.DivClassName
{
background-color: #AAC986;
}
.BgClassName
{
background-color: #AAC986;
}
</style>
border-color css
<style>
span { border-color: #AAC986; }
span { border-color: rgb(170,201,134); }
td.TdClassName
{
border-color: #AAC986;
}
.TagClassName
{
border-color: #AAC986;
}
</style>