Shades of Caper #AAB787
Tints of Caper #AAB787
RGB
CMYK
RGB Variations
Color information
#AAB787 (or 0xAAB787) is known color: Caper. HEX triplet: AA, B7 and 87. RGB value is (170,183,135). Sum of RGB (Red+Green+Blue) = 170+183+135=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB787 is #554878. Grayscale: #ADADAD. Windows color (decimal): -5589113 or 8894378. OLE color: 8894378.
HSL color Cylindrical-coordinate representation of color #AAB787: hue angle of 76.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB787 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 135 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.28 |
| HSL | 76.25º | 0.25% | 0.62% | - |
| HSV(B) | 76.25º | 0.26% | 0.72% | - |
| XYZ | 37.88 | 44.16 | 29.45 | - |
| YUV | 173.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 135 | 0.07 | 0 | 0.26 | 0.28 | 76.25 | 0.25 | 0.62 |
| Hex | AA | B7 | 87 | 7 | 0 | 1A | 1C | 4C | 19 | 3E |
| Octal | 252 | 267 | 207 | 7 | 0 | 32 | 34 | 114 | 31 | 76 |
| Binary | 10101010 | 10110111 | 10000111 | 111 | 0 | 11010 | 11100 | 1001100 | 11001 | 111110 |
Color Harmonies of #AAB787
Complementary color
Monochromatic Colors of #AAB787
Black with #AAB787
Text Example
Text Example
White with #AAB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB787; }
p { color: rgb(170,183,135); }
H1.HeaderClassName
{
color: #AAB787;
}
.AnyTagClassName
{
color: #AAB787;
}
</style>
background-color css
<style>
a { background-color: #AAB787; }
a { background-color: rgb(170,183,135); }
div.DivClassName
{
background-color: #AAB787;
}
.BgClassName
{
background-color: #AAB787;
}
</style>
border-color css
<style>
span { border-color: #AAB787; }
span { border-color: rgb(170,183,135); }
td.TdClassName
{
border-color: #AAB787;
}
.TagClassName
{
border-color: #AAB787;
}
</style>