Shades of Caper #A8C084
Tints of Caper #A8C084
RGB
CMYK
RGB Variations
Color information
#A8C084 (or 0xA8C084) is known color: Caper. HEX triplet: A8, C0 and 84. RGB value is (168,192,132). Sum of RGB (Red+Green+Blue) = 168+192+132=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C084 is #573F7B. Grayscale: #B2B2B2. Windows color (decimal): -5717884 or 8700072. OLE color: 8700072.
HSL color Cylindrical-coordinate representation of color #A8C084: hue angle of 84º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C084 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 132 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.25 |
| HSL | 84º | 0.32% | 0.64% | - |
| HSV(B) | 84º | 0.31% | 0.75% | - |
| XYZ | 39.16 | 47.69 | 28.97 | - |
| YUV | 177.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 132 | 0.12 | 0 | 0.31 | 0.25 | 84 | 0.32 | 0.64 |
| Hex | A8 | C0 | 84 | C | 0 | 1F | 19 | 54 | 20 | 40 |
| Octal | 250 | 300 | 204 | 14 | 0 | 37 | 31 | 124 | 40 | 100 |
| Binary | 10101000 | 11000000 | 10000100 | 1100 | 0 | 11111 | 11001 | 1010100 | 100000 | 1000000 |
Color Harmonies of #A8C084
Complementary color
Monochromatic Colors of #A8C084
Black with #A8C084
Text Example
Text Example
White with #A8C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C084; }
p { color: rgb(168,192,132); }
H1.HeaderClassName
{
color: #A8C084;
}
.AnyTagClassName
{
color: #A8C084;
}
</style>
background-color css
<style>
a { background-color: #A8C084; }
a { background-color: rgb(168,192,132); }
div.DivClassName
{
background-color: #A8C084;
}
.BgClassName
{
background-color: #A8C084;
}
</style>
border-color css
<style>
span { border-color: #A8C084; }
span { border-color: rgb(168,192,132); }
td.TdClassName
{
border-color: #A8C084;
}
.TagClassName
{
border-color: #A8C084;
}
</style>