Shades of Caper #A8BA6F
Tints of Caper #A8BA6F
RGB
CMYK
RGB Variations
Color information
#A8BA6F (or 0xA8BA6F) is known color: Caper. HEX triplet: A8, BA and 6F. RGB value is (168,186,111). Sum of RGB (Red+Green+Blue) = 168+186+111=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA6F is #574590. Grayscale: #ACACAC. Windows color (decimal): -5719441 or 7322280. OLE color: 7322280.
HSL color Cylindrical-coordinate representation of color #A8BA6F: hue angle of 74.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8BA6F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 111 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.27 |
| HSL | 74.4º | 0.35% | 0.58% | - |
| HSV(B) | 74.4º | 0.4% | 0.73% | - |
| XYZ | 36.58 | 44.59 | 21.72 | - |
| YUV | 172.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 111 | 0.10 | 0 | 0.40 | 0.27 | 74.4 | 0.35 | 0.58 |
| Hex | A8 | BA | 6F | A | 0 | 28 | 1B | 4A | 23 | 3A |
| Octal | 250 | 272 | 157 | 12 | 0 | 50 | 33 | 112 | 43 | 72 |
| Binary | 10101000 | 10111010 | 1101111 | 1010 | 0 | 101000 | 11011 | 1001010 | 100011 | 111010 |
Color Harmonies of #A8BA6F
Complementary color
Monochromatic Colors of #A8BA6F
Black with #A8BA6F
Text Example
Text Example
White with #A8BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA6F; }
p { color: rgb(168,186,111); }
H1.HeaderClassName
{
color: #A8BA6F;
}
.AnyTagClassName
{
color: #A8BA6F;
}
</style>
background-color css
<style>
a { background-color: #A8BA6F; }
a { background-color: rgb(168,186,111); }
div.DivClassName
{
background-color: #A8BA6F;
}
.BgClassName
{
background-color: #A8BA6F;
}
</style>
border-color css
<style>
span { border-color: #A8BA6F; }
span { border-color: rgb(168,186,111); }
td.TdClassName
{
border-color: #A8BA6F;
}
.TagClassName
{
border-color: #A8BA6F;
}
</style>