Shades of Caper #ABB885
Tints of Caper #ABB885
RGB
CMYK
RGB Variations
Color information
#ABB885 (or 0xABB885) is known color: Caper. HEX triplet: AB, B8 and 85. RGB value is (171,184,133). Sum of RGB (Red+Green+Blue) = 171+184+133=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB885 is #54477A. Grayscale: #AEAEAE. Windows color (decimal): -5523323 or 8763563. OLE color: 8763563.
HSL color Cylindrical-coordinate representation of color #ABB885: hue angle of 75.29º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB885 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 133 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.28 |
| HSL | 75.29º | 0.26% | 0.62% | - |
| HSV(B) | 75.29º | 0.28% | 0.72% | - |
| XYZ | 38.17 | 44.63 | 28.79 | - |
| YUV | 174.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 133 | 0.07 | 0 | 0.28 | 0.28 | 75.29 | 0.26 | 0.62 |
| Hex | AB | B8 | 85 | 7 | 0 | 1C | 1C | 4B | 1A | 3E |
| Octal | 253 | 270 | 205 | 7 | 0 | 34 | 34 | 113 | 32 | 76 |
| Binary | 10101011 | 10111000 | 10000101 | 111 | 0 | 11100 | 11100 | 1001011 | 11010 | 111110 |
Color Harmonies of #ABB885
Complementary color
Monochromatic Colors of #ABB885
Black with #ABB885
Text Example
Text Example
White with #ABB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB885; }
p { color: rgb(171,184,133); }
H1.HeaderClassName
{
color: #ABB885;
}
.AnyTagClassName
{
color: #ABB885;
}
</style>
background-color css
<style>
a { background-color: #ABB885; }
a { background-color: rgb(171,184,133); }
div.DivClassName
{
background-color: #ABB885;
}
.BgClassName
{
background-color: #ABB885;
}
</style>
border-color css
<style>
span { border-color: #ABB885; }
span { border-color: rgb(171,184,133); }
td.TdClassName
{
border-color: #ABB885;
}
.TagClassName
{
border-color: #ABB885;
}
</style>