Shades of Caper #ABBA80
Tints of Caper #ABBA80
RGB
CMYK
RGB Variations
Color information
#ABBA80 (or 0xABBA80) is known color: Caper. HEX triplet: AB, BA and 80. RGB value is (171,186,128). Sum of RGB (Red+Green+Blue) = 171+186+128=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA80 is #54457F. Grayscale: #AFAFAF. Windows color (decimal): -5522816 or 8436395. OLE color: 8436395.
HSL color Cylindrical-coordinate representation of color #ABBA80: hue angle of 75.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABBA80 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 128 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.27 |
| HSL | 75.52º | 0.3% | 0.62% | - |
| HSV(B) | 75.52º | 0.31% | 0.73% | - |
| XYZ | 38.25 | 45.33 | 27.16 | - |
| YUV | 174.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 128 | 0.08 | 0 | 0.31 | 0.27 | 75.52 | 0.3 | 0.62 |
| Hex | AB | BA | 80 | 8 | 0 | 1F | 1B | 4C | 1E | 3E |
| Octal | 253 | 272 | 200 | 10 | 0 | 37 | 33 | 114 | 36 | 76 |
| Binary | 10101011 | 10111010 | 10000000 | 1000 | 0 | 11111 | 11011 | 1001100 | 11110 | 111110 |
Color Harmonies of #ABBA80
Complementary color
Monochromatic Colors of #ABBA80
Black with #ABBA80
Text Example
Text Example
White with #ABBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA80; }
p { color: rgb(171,186,128); }
H1.HeaderClassName
{
color: #ABBA80;
}
.AnyTagClassName
{
color: #ABBA80;
}
</style>
background-color css
<style>
a { background-color: #ABBA80; }
a { background-color: rgb(171,186,128); }
div.DivClassName
{
background-color: #ABBA80;
}
.BgClassName
{
background-color: #ABBA80;
}
</style>
border-color css
<style>
span { border-color: #ABBA80; }
span { border-color: rgb(171,186,128); }
td.TdClassName
{
border-color: #ABBA80;
}
.TagClassName
{
border-color: #ABBA80;
}
</style>