Shades of Caper #ABB686
Tints of Caper #ABB686
RGB
CMYK
RGB Variations
Color information
#ABB686 (or 0xABB686) is known color: Caper. HEX triplet: AB, B6 and 86. RGB value is (171,182,134). Sum of RGB (Red+Green+Blue) = 171+182+134=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB686 is #544979. Grayscale: #ADADAD. Windows color (decimal): -5523834 or 8828587. OLE color: 8828587.
HSL color Cylindrical-coordinate representation of color #ABB686: hue angle of 73.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABB686 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 134 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.29 |
| HSL | 73.75º | 0.25% | 0.62% | - |
| HSV(B) | 73.75º | 0.26% | 0.71% | - |
| XYZ | 37.83 | 43.84 | 29.02 | - |
| YUV | 173.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 134 | 0.06 | 0 | 0.26 | 0.29 | 73.75 | 0.25 | 0.62 |
| Hex | AB | B6 | 86 | 6 | 0 | 1A | 1D | 4A | 19 | 3E |
| Octal | 253 | 266 | 206 | 6 | 0 | 32 | 35 | 112 | 31 | 76 |
| Binary | 10101011 | 10110110 | 10000110 | 110 | 0 | 11010 | 11101 | 1001010 | 11001 | 111110 |
Color Harmonies of #ABB686
Complementary color
Monochromatic Colors of #ABB686
Black with #ABB686
Text Example
Text Example
White with #ABB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB686; }
p { color: rgb(171,182,134); }
H1.HeaderClassName
{
color: #ABB686;
}
.AnyTagClassName
{
color: #ABB686;
}
</style>
background-color css
<style>
a { background-color: #ABB686; }
a { background-color: rgb(171,182,134); }
div.DivClassName
{
background-color: #ABB686;
}
.BgClassName
{
background-color: #ABB686;
}
</style>
border-color css
<style>
span { border-color: #ABB686; }
span { border-color: rgb(171,182,134); }
td.TdClassName
{
border-color: #ABB686;
}
.TagClassName
{
border-color: #ABB686;
}
</style>