Shades of Caper #ABBA76
Tints of Caper #ABBA76
RGB
CMYK
RGB Variations
Color information
#ABBA76 (or 0xABBA76) is known color: Caper. HEX triplet: AB, BA and 76. RGB value is (171,186,118). Sum of RGB (Red+Green+Blue) = 171+186+118=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA76 is #544589. Grayscale: #AEAEAE. Windows color (decimal): -5522826 or 7781035. OLE color: 7781035.
HSL color Cylindrical-coordinate representation of color #ABBA76: hue angle of 73.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABBA76 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 118 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.27 |
| HSL | 73.24º | 0.33% | 0.6% | - |
| HSV(B) | 73.24º | 0.37% | 0.73% | - |
| XYZ | 37.62 | 45.08 | 23.86 | - |
| YUV | 173.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 118 | 0.08 | 0 | 0.37 | 0.27 | 73.24 | 0.33 | 0.6 |
| Hex | AB | BA | 76 | 8 | 0 | 25 | 1B | 49 | 21 | 3C |
| Octal | 253 | 272 | 166 | 10 | 0 | 45 | 33 | 111 | 41 | 74 |
| Binary | 10101011 | 10111010 | 1110110 | 1000 | 0 | 100101 | 11011 | 1001001 | 100001 | 111100 |
Color Harmonies of #ABBA76
Complementary color
Monochromatic Colors of #ABBA76
Black with #ABBA76
Text Example
Text Example
White with #ABBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA76; }
p { color: rgb(171,186,118); }
H1.HeaderClassName
{
color: #ABBA76;
}
.AnyTagClassName
{
color: #ABBA76;
}
</style>
background-color css
<style>
a { background-color: #ABBA76; }
a { background-color: rgb(171,186,118); }
div.DivClassName
{
background-color: #ABBA76;
}
.BgClassName
{
background-color: #ABBA76;
}
</style>
border-color css
<style>
span { border-color: #ABBA76; }
span { border-color: rgb(171,186,118); }
td.TdClassName
{
border-color: #ABBA76;
}
.TagClassName
{
border-color: #ABBA76;
}
</style>