Shades of Caper #A8C083
Tints of Caper #A8C083
RGB
CMYK
RGB Variations
Color information
#A8C083 (or 0xA8C083) is known color: Caper. HEX triplet: A8, C0 and 83. RGB value is (168,192,131). Sum of RGB (Red+Green+Blue) = 168+192+131=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C083 is #573F7C. Grayscale: #B2B2B2. Windows color (decimal): -5717885 or 8634536. OLE color: 8634536.
HSL color Cylindrical-coordinate representation of color #A8C083: hue angle of 83.61º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C083 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 131 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.25 |
| HSL | 83.61º | 0.33% | 0.63% | - |
| HSV(B) | 83.61º | 0.32% | 0.75% | - |
| XYZ | 39.09 | 47.66 | 28.61 | - |
| YUV | 177.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 131 | 0.12 | 0 | 0.32 | 0.25 | 83.61 | 0.33 | 0.63 |
| Hex | A8 | C0 | 83 | C | 0 | 20 | 19 | 54 | 21 | 3F |
| Octal | 250 | 300 | 203 | 14 | 0 | 40 | 31 | 124 | 41 | 77 |
| Binary | 10101000 | 11000000 | 10000011 | 1100 | 0 | 100000 | 11001 | 1010100 | 100001 | 111111 |
Color Harmonies of #A8C083
Complementary color
Monochromatic Colors of #A8C083
Black with #A8C083
Text Example
Text Example
White with #A8C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C083; }
p { color: rgb(168,192,131); }
H1.HeaderClassName
{
color: #A8C083;
}
.AnyTagClassName
{
color: #A8C083;
}
</style>
background-color css
<style>
a { background-color: #A8C083; }
a { background-color: rgb(168,192,131); }
div.DivClassName
{
background-color: #A8C083;
}
.BgClassName
{
background-color: #A8C083;
}
</style>
border-color css
<style>
span { border-color: #A8C083; }
span { border-color: rgb(168,192,131); }
td.TdClassName
{
border-color: #A8C083;
}
.TagClassName
{
border-color: #A8C083;
}
</style>