Shades of Caper #ABBB88
Tints of Caper #ABBB88
RGB
CMYK
RGB Variations
Color information
#ABBB88 (or 0xABBB88) is known color: Caper. HEX triplet: AB, BB and 88. RGB value is (171,187,136). Sum of RGB (Red+Green+Blue) = 171+187+136=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB88 is #544477. Grayscale: #B0B0B0. Windows color (decimal): -5522552 or 8960939. OLE color: 8960939.
HSL color Cylindrical-coordinate representation of color #ABBB88: hue angle of 78.82º degrees, saturation: 0.27, 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 #ABBB88 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 136 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.27 |
| HSL | 78.82º | 0.27% | 0.63% | - |
| HSV(B) | 78.82º | 0.27% | 0.73% | - |
| XYZ | 39.01 | 45.98 | 30.11 | - |
| YUV | 176.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 136 | 0.09 | 0 | 0.27 | 0.27 | 78.82 | 0.27 | 0.63 |
| Hex | AB | BB | 88 | 9 | 0 | 1B | 1B | 4F | 1B | 3F |
| Octal | 253 | 273 | 210 | 11 | 0 | 33 | 33 | 117 | 33 | 77 |
| Binary | 10101011 | 10111011 | 10001000 | 1001 | 0 | 11011 | 11011 | 1001111 | 11011 | 111111 |
Color Harmonies of #ABBB88
Complementary color
Monochromatic Colors of #ABBB88
Black with #ABBB88
Text Example
Text Example
White with #ABBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB88; }
p { color: rgb(171,187,136); }
H1.HeaderClassName
{
color: #ABBB88;
}
.AnyTagClassName
{
color: #ABBB88;
}
</style>
background-color css
<style>
a { background-color: #ABBB88; }
a { background-color: rgb(171,187,136); }
div.DivClassName
{
background-color: #ABBB88;
}
.BgClassName
{
background-color: #ABBB88;
}
</style>
border-color css
<style>
span { border-color: #ABBB88; }
span { border-color: rgb(171,187,136); }
td.TdClassName
{
border-color: #ABBB88;
}
.TagClassName
{
border-color: #ABBB88;
}
</style>