Shades of Caper #AABB87
Tints of Caper #AABB87
RGB
CMYK
RGB Variations
Color information
#AABB87 (or 0xAABB87) is known color: Caper. HEX triplet: AA, BB and 87. RGB value is (170,187,135). Sum of RGB (Red+Green+Blue) = 170+187+135=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB87 is #554478. Grayscale: #B0B0B0. Windows color (decimal): -5588089 or 8895402. OLE color: 8895402.
HSL color Cylindrical-coordinate representation of color #AABB87: hue angle of 79.62º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABB87 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 135 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.27 |
| HSL | 79.62º | 0.28% | 0.63% | - |
| HSV(B) | 79.62º | 0.28% | 0.73% | - |
| XYZ | 38.72 | 45.84 | 29.73 | - |
| YUV | 175.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 135 | 0.09 | 0 | 0.28 | 0.27 | 79.62 | 0.28 | 0.63 |
| Hex | AA | BB | 87 | 9 | 0 | 1C | 1B | 50 | 1C | 3F |
| Octal | 252 | 273 | 207 | 11 | 0 | 34 | 33 | 120 | 34 | 77 |
| Binary | 10101010 | 10111011 | 10000111 | 1001 | 0 | 11100 | 11011 | 1010000 | 11100 | 111111 |
Color Harmonies of #AABB87
Complementary color
Monochromatic Colors of #AABB87
Black with #AABB87
Text Example
Text Example
White with #AABB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB87; }
p { color: rgb(170,187,135); }
H1.HeaderClassName
{
color: #AABB87;
}
.AnyTagClassName
{
color: #AABB87;
}
</style>
background-color css
<style>
a { background-color: #AABB87; }
a { background-color: rgb(170,187,135); }
div.DivClassName
{
background-color: #AABB87;
}
.BgClassName
{
background-color: #AABB87;
}
</style>
border-color css
<style>
span { border-color: #AABB87; }
span { border-color: rgb(170,187,135); }
td.TdClassName
{
border-color: #AABB87;
}
.TagClassName
{
border-color: #AABB87;
}
</style>