Shades of Caper #A8C385
Tints of Caper #A8C385
RGB
CMYK
RGB Variations
Color information
#A8C385 (or 0xA8C385) is known color: Caper. HEX triplet: A8, C3 and 85. RGB value is (168,195,133). Sum of RGB (Red+Green+Blue) = 168+195+133=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C385 is #573C7A. Grayscale: #B4B4B4. Windows color (decimal): -5717115 or 8766376. OLE color: 8766376.
HSL color Cylindrical-coordinate representation of color #A8C385: hue angle of 86.13º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C385 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 133 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.24 |
| HSL | 86.13º | 0.34% | 0.64% | - |
| HSV(B) | 86.13º | 0.32% | 0.76% | - |
| XYZ | 39.9 | 49.05 | 29.55 | - |
| YUV | 179.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 133 | 0.14 | 0 | 0.32 | 0.24 | 86.13 | 0.34 | 0.64 |
| Hex | A8 | C3 | 85 | E | 0 | 20 | 18 | 56 | 22 | 40 |
| Octal | 250 | 303 | 205 | 16 | 0 | 40 | 30 | 126 | 42 | 100 |
| Binary | 10101000 | 11000011 | 10000101 | 1110 | 0 | 100000 | 11000 | 1010110 | 100010 | 1000000 |
Color Harmonies of #A8C385
Complementary color
Monochromatic Colors of #A8C385
Black with #A8C385
Text Example
Text Example
White with #A8C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C385; }
p { color: rgb(168,195,133); }
H1.HeaderClassName
{
color: #A8C385;
}
.AnyTagClassName
{
color: #A8C385;
}
</style>
background-color css
<style>
a { background-color: #A8C385; }
a { background-color: rgb(168,195,133); }
div.DivClassName
{
background-color: #A8C385;
}
.BgClassName
{
background-color: #A8C385;
}
</style>
border-color css
<style>
span { border-color: #A8C385; }
span { border-color: rgb(168,195,133); }
td.TdClassName
{
border-color: #A8C385;
}
.TagClassName
{
border-color: #A8C385;
}
</style>