Shades of Caper #ABBA89
Tints of Caper #ABBA89
RGB
CMYK
RGB Variations
Color information
#ABBA89 (or 0xABBA89) is known color: Caper. HEX triplet: AB, BA and 89. RGB value is (171,186,137). Sum of RGB (Red+Green+Blue) = 171+186+137=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA89 is #544576. Grayscale: #B0B0B0. Windows color (decimal): -5522807 or 9026219. OLE color: 9026219.
HSL color Cylindrical-coordinate representation of color #ABBA89: hue angle of 78.37º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBA89 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 137 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.27 |
| HSL | 78.37º | 0.26% | 0.63% | - |
| HSV(B) | 78.37º | 0.26% | 0.73% | - |
| XYZ | 38.87 | 45.58 | 30.42 | - |
| YUV | 175.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 137 | 0.08 | 0 | 0.26 | 0.27 | 78.37 | 0.26 | 0.63 |
| Hex | AB | BA | 89 | 8 | 0 | 1A | 1B | 4E | 1A | 3F |
| Octal | 253 | 272 | 211 | 10 | 0 | 32 | 33 | 116 | 32 | 77 |
| Binary | 10101011 | 10111010 | 10001001 | 1000 | 0 | 11010 | 11011 | 1001110 | 11010 | 111111 |
Color Harmonies of #ABBA89
Complementary color
Monochromatic Colors of #ABBA89
Black with #ABBA89
Text Example
Text Example
White with #ABBA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA89; }
p { color: rgb(171,186,137); }
H1.HeaderClassName
{
color: #ABBA89;
}
.AnyTagClassName
{
color: #ABBA89;
}
</style>
background-color css
<style>
a { background-color: #ABBA89; }
a { background-color: rgb(171,186,137); }
div.DivClassName
{
background-color: #ABBA89;
}
.BgClassName
{
background-color: #ABBA89;
}
</style>
border-color css
<style>
span { border-color: #ABBA89; }
span { border-color: rgb(171,186,137); }
td.TdClassName
{
border-color: #ABBA89;
}
.TagClassName
{
border-color: #ABBA89;
}
</style>