Shades of Caper #AAB987
Tints of Caper #AAB987
RGB
CMYK
RGB Variations
Color information
#AAB987 (or 0xAAB987) is known color: Caper. HEX triplet: AA, B9 and 87. RGB value is (170,185,135). Sum of RGB (Red+Green+Blue) = 170+185+135=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB987 is #554678. Grayscale: #AEAEAE. Windows color (decimal): -5588601 or 8894890. OLE color: 8894890.
HSL color Cylindrical-coordinate representation of color #AAB987: hue angle of 78º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB987 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 135 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.27 |
| HSL | 78º | 0.26% | 0.63% | - |
| HSV(B) | 78º | 0.27% | 0.73% | - |
| XYZ | 38.3 | 44.99 | 29.59 | - |
| YUV | 174.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 135 | 0.08 | 0 | 0.27 | 0.27 | 78 | 0.26 | 0.63 |
| Hex | AA | B9 | 87 | 8 | 0 | 1B | 1B | 4E | 1A | 3F |
| Octal | 252 | 271 | 207 | 10 | 0 | 33 | 33 | 116 | 32 | 77 |
| Binary | 10101010 | 10111001 | 10000111 | 1000 | 0 | 11011 | 11011 | 1001110 | 11010 | 111111 |
Color Harmonies of #AAB987
Complementary color
Monochromatic Colors of #AAB987
Black with #AAB987
Text Example
Text Example
White with #AAB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB987; }
p { color: rgb(170,185,135); }
H1.HeaderClassName
{
color: #AAB987;
}
.AnyTagClassName
{
color: #AAB987;
}
</style>
background-color css
<style>
a { background-color: #AAB987; }
a { background-color: rgb(170,185,135); }
div.DivClassName
{
background-color: #AAB987;
}
.BgClassName
{
background-color: #AAB987;
}
</style>
border-color css
<style>
span { border-color: #AAB987; }
span { border-color: rgb(170,185,135); }
td.TdClassName
{
border-color: #AAB987;
}
.TagClassName
{
border-color: #AAB987;
}
</style>