Shades of Caper #A8C485
Tints of Caper #A8C485
RGB
CMYK
RGB Variations
Color information
#A8C485 (or 0xA8C485) is known color: Caper. HEX triplet: A8, C4 and 85. RGB value is (168,196,133). Sum of RGB (Red+Green+Blue) = 168+196+133=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C485 is #573B7A. Grayscale: #B4B4B4. Windows color (decimal): -5716859 or 8766632. OLE color: 8766632.
HSL color Cylindrical-coordinate representation of color #A8C485: hue angle of 86.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C485 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 133 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.23 |
| HSL | 86.67º | 0.35% | 0.65% | - |
| HSV(B) | 86.67º | 0.32% | 0.77% | - |
| XYZ | 40.12 | 49.5 | 29.63 | - |
| YUV | 180.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 133 | 0.14 | 0 | 0.32 | 0.23 | 86.67 | 0.35 | 0.65 |
| Hex | A8 | C4 | 85 | E | 0 | 20 | 17 | 57 | 23 | 41 |
| Octal | 250 | 304 | 205 | 16 | 0 | 40 | 27 | 127 | 43 | 101 |
| Binary | 10101000 | 11000100 | 10000101 | 1110 | 0 | 100000 | 10111 | 1010111 | 100011 | 1000001 |
Color Harmonies of #A8C485
Complementary color
Monochromatic Colors of #A8C485
Black with #A8C485
Text Example
Text Example
White with #A8C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C485; }
p { color: rgb(168,196,133); }
H1.HeaderClassName
{
color: #A8C485;
}
.AnyTagClassName
{
color: #A8C485;
}
</style>
background-color css
<style>
a { background-color: #A8C485; }
a { background-color: rgb(168,196,133); }
div.DivClassName
{
background-color: #A8C485;
}
.BgClassName
{
background-color: #A8C485;
}
</style>
border-color css
<style>
span { border-color: #A8C485; }
span { border-color: rgb(168,196,133); }
td.TdClassName
{
border-color: #A8C485;
}
.TagClassName
{
border-color: #A8C485;
}
</style>