Shades of Caper #A8BA83
Tints of Caper #A8BA83
RGB
CMYK
RGB Variations
Color information
#A8BA83 (or 0xA8BA83) is known color: Caper. HEX triplet: A8, BA and 83. RGB value is (168,186,131). Sum of RGB (Red+Green+Blue) = 168+186+131=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA83 is #57457C. Grayscale: #AEAEAE. Windows color (decimal): -5719421 or 8633000. OLE color: 8633000.
HSL color Cylindrical-coordinate representation of color #A8BA83: hue angle of 79.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BA83 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 131 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.27 |
| HSL | 79.64º | 0.28% | 0.62% | - |
| HSV(B) | 79.64º | 0.3% | 0.73% | - |
| XYZ | 37.8 | 45.08 | 28.18 | - |
| YUV | 174.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 131 | 0.10 | 0 | 0.30 | 0.27 | 79.64 | 0.28 | 0.62 |
| Hex | A8 | BA | 83 | A | 0 | 1E | 1B | 50 | 1C | 3E |
| Octal | 250 | 272 | 203 | 12 | 0 | 36 | 33 | 120 | 34 | 76 |
| Binary | 10101000 | 10111010 | 10000011 | 1010 | 0 | 11110 | 11011 | 1010000 | 11100 | 111110 |
Color Harmonies of #A8BA83
Complementary color
Monochromatic Colors of #A8BA83
Black with #A8BA83
Text Example
Text Example
White with #A8BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA83; }
p { color: rgb(168,186,131); }
H1.HeaderClassName
{
color: #A8BA83;
}
.AnyTagClassName
{
color: #A8BA83;
}
</style>
background-color css
<style>
a { background-color: #A8BA83; }
a { background-color: rgb(168,186,131); }
div.DivClassName
{
background-color: #A8BA83;
}
.BgClassName
{
background-color: #A8BA83;
}
</style>
border-color css
<style>
span { border-color: #A8BA83; }
span { border-color: rgb(168,186,131); }
td.TdClassName
{
border-color: #A8BA83;
}
.TagClassName
{
border-color: #A8BA83;
}
</style>