Shades of Caper #AABD87
Tints of Caper #AABD87
RGB
CMYK
RGB Variations
Color information
#AABD87 (or 0xAABD87) is known color: Caper. HEX triplet: AA, BD and 87. RGB value is (170,189,135). Sum of RGB (Red+Green+Blue) = 170+189+135=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD87 is #554278. Grayscale: #B1B1B1. Windows color (decimal): -5587577 or 8895914. OLE color: 8895914.
HSL color Cylindrical-coordinate representation of color #AABD87: hue angle of 81.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABD87 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 135 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.26 |
| HSL | 81.11º | 0.29% | 0.64% | - |
| HSV(B) | 81.11º | 0.29% | 0.74% | - |
| XYZ | 39.15 | 46.69 | 29.87 | - |
| YUV | 177.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 135 | 0.10 | 0 | 0.29 | 0.26 | 81.11 | 0.29 | 0.64 |
| Hex | AA | BD | 87 | A | 0 | 1D | 1A | 51 | 1D | 40 |
| Octal | 252 | 275 | 207 | 12 | 0 | 35 | 32 | 121 | 35 | 100 |
| Binary | 10101010 | 10111101 | 10000111 | 1010 | 0 | 11101 | 11010 | 1010001 | 11101 | 1000000 |
Color Harmonies of #AABD87
Complementary color
Monochromatic Colors of #AABD87
Black with #AABD87
Text Example
Text Example
White with #AABD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD87; }
p { color: rgb(170,189,135); }
H1.HeaderClassName
{
color: #AABD87;
}
.AnyTagClassName
{
color: #AABD87;
}
</style>
background-color css
<style>
a { background-color: #AABD87; }
a { background-color: rgb(170,189,135); }
div.DivClassName
{
background-color: #AABD87;
}
.BgClassName
{
background-color: #AABD87;
}
</style>
border-color css
<style>
span { border-color: #AABD87; }
span { border-color: rgb(170,189,135); }
td.TdClassName
{
border-color: #AABD87;
}
.TagClassName
{
border-color: #AABD87;
}
</style>