Shades of Caper #A8C573
Tints of Caper #A8C573
RGB
CMYK
RGB Variations
Color information
#A8C573 (or 0xA8C573) is known color: Caper. HEX triplet: A8, C5 and 73. RGB value is (168,197,115). Sum of RGB (Red+Green+Blue) = 168+197+115=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C573 is #573A8C. Grayscale: #B3B3B3. Windows color (decimal): -5716621 or 7587240. OLE color: 7587240.
HSL color Cylindrical-coordinate representation of color #A8C573: hue angle of 81.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C573 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 115 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.23 |
| HSL | 81.22º | 0.41% | 0.61% | - |
| HSV(B) | 81.22º | 0.42% | 0.77% | - |
| XYZ | 39.21 | 49.5 | 23.71 | - |
| YUV | 178.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 115 | 0.15 | 0 | 0.42 | 0.23 | 81.22 | 0.41 | 0.61 |
| Hex | A8 | C5 | 73 | F | 0 | 2A | 17 | 51 | 29 | 3D |
| Octal | 250 | 305 | 163 | 17 | 0 | 52 | 27 | 121 | 51 | 75 |
| Binary | 10101000 | 11000101 | 1110011 | 1111 | 0 | 101010 | 10111 | 1010001 | 101001 | 111101 |
Color Harmonies of #A8C573
Complementary color
Monochromatic Colors of #A8C573
Black with #A8C573
Text Example
Text Example
White with #A8C573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C573; }
p { color: rgb(168,197,115); }
H1.HeaderClassName
{
color: #A8C573;
}
.AnyTagClassName
{
color: #A8C573;
}
</style>
background-color css
<style>
a { background-color: #A8C573; }
a { background-color: rgb(168,197,115); }
div.DivClassName
{
background-color: #A8C573;
}
.BgClassName
{
background-color: #A8C573;
}
</style>
border-color css
<style>
span { border-color: #A8C573; }
span { border-color: rgb(168,197,115); }
td.TdClassName
{
border-color: #A8C573;
}
.TagClassName
{
border-color: #A8C573;
}
</style>