Shades of Caper #ABB988
Tints of Caper #ABB988
RGB
CMYK
RGB Variations
Color information
#ABB988 (or 0xABB988) is known color: Caper. HEX triplet: AB, B9 and 88. RGB value is (171,185,136). Sum of RGB (Red+Green+Blue) = 171+185+136=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB988 is #544677. Grayscale: #AFAFAF. Windows color (decimal): -5523064 or 8960427. OLE color: 8960427.
HSL color Cylindrical-coordinate representation of color #ABB988: hue angle of 77.14º 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 #ABB988 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 136 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.27 |
| HSL | 77.14º | 0.26% | 0.63% | - |
| HSV(B) | 77.14º | 0.26% | 0.73% | - |
| XYZ | 38.59 | 45.13 | 29.97 | - |
| YUV | 175.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 136 | 0.08 | 0 | 0.26 | 0.27 | 77.14 | 0.26 | 0.63 |
| Hex | AB | B9 | 88 | 8 | 0 | 1A | 1B | 4D | 1A | 3F |
| Octal | 253 | 271 | 210 | 10 | 0 | 32 | 33 | 115 | 32 | 77 |
| Binary | 10101011 | 10111001 | 10001000 | 1000 | 0 | 11010 | 11011 | 1001101 | 11010 | 111111 |
Color Harmonies of #ABB988
Complementary color
Monochromatic Colors of #ABB988
Black with #ABB988
Text Example
Text Example
White with #ABB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB988; }
p { color: rgb(171,185,136); }
H1.HeaderClassName
{
color: #ABB988;
}
.AnyTagClassName
{
color: #ABB988;
}
</style>
background-color css
<style>
a { background-color: #ABB988; }
a { background-color: rgb(171,185,136); }
div.DivClassName
{
background-color: #ABB988;
}
.BgClassName
{
background-color: #ABB988;
}
</style>
border-color css
<style>
span { border-color: #ABB988; }
span { border-color: rgb(171,185,136); }
td.TdClassName
{
border-color: #ABB988;
}
.TagClassName
{
border-color: #ABB988;
}
</style>