Shades of Caper #A8C682
Tints of Caper #A8C682
RGB
CMYK
RGB Variations
Color information
#A8C682 (or 0xA8C682) is known color: Caper. HEX triplet: A8, C6 and 82. RGB value is (168,198,130). Sum of RGB (Red+Green+Blue) = 168+198+130=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C682 is #57397D. Grayscale: #B5B5B5. Windows color (decimal): -5716350 or 8570536. OLE color: 8570536.
HSL color Cylindrical-coordinate representation of color #A8C682: hue angle of 86.47º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C682 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 130 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.22 |
| HSL | 86.47º | 0.37% | 0.64% | - |
| HSV(B) | 86.47º | 0.34% | 0.78% | - |
| XYZ | 40.37 | 50.32 | 28.7 | - |
| YUV | 181.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 130 | 0.15 | 0 | 0.34 | 0.22 | 86.47 | 0.37 | 0.64 |
| Hex | A8 | C6 | 82 | F | 0 | 22 | 16 | 56 | 25 | 40 |
| Octal | 250 | 306 | 202 | 17 | 0 | 42 | 26 | 126 | 45 | 100 |
| Binary | 10101000 | 11000110 | 10000010 | 1111 | 0 | 100010 | 10110 | 1010110 | 100101 | 1000000 |
Color Harmonies of #A8C682
Complementary color
Monochromatic Colors of #A8C682
Black with #A8C682
Text Example
Text Example
White with #A8C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C682; }
p { color: rgb(168,198,130); }
H1.HeaderClassName
{
color: #A8C682;
}
.AnyTagClassName
{
color: #A8C682;
}
</style>
background-color css
<style>
a { background-color: #A8C682; }
a { background-color: rgb(168,198,130); }
div.DivClassName
{
background-color: #A8C682;
}
.BgClassName
{
background-color: #A8C682;
}
</style>
border-color css
<style>
span { border-color: #A8C682; }
span { border-color: rgb(168,198,130); }
td.TdClassName
{
border-color: #A8C682;
}
.TagClassName
{
border-color: #A8C682;
}
</style>