Shades of Caper #A8C170
Tints of Caper #A8C170
RGB
CMYK
RGB Variations
Color information
#A8C170 (or 0xA8C170) is known color: Caper. HEX triplet: A8, C1 and 70. RGB value is (168,193,112). Sum of RGB (Red+Green+Blue) = 168+193+112=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C170 is #573E8F. Grayscale: #B0B0B0. Windows color (decimal): -5717648 or 7389608. OLE color: 7389608.
HSL color Cylindrical-coordinate representation of color #A8C170: hue angle of 78.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C170 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 112 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.24 |
| HSL | 78.52º | 0.4% | 0.6% | - |
| HSV(B) | 78.52º | 0.42% | 0.76% | - |
| XYZ | 38.14 | 47.63 | 22.51 | - |
| YUV | 176.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 112 | 0.13 | 0 | 0.42 | 0.24 | 78.52 | 0.4 | 0.6 |
| Hex | A8 | C1 | 70 | D | 0 | 2A | 18 | 4F | 28 | 3C |
| Octal | 250 | 301 | 160 | 15 | 0 | 52 | 30 | 117 | 50 | 74 |
| Binary | 10101000 | 11000001 | 1110000 | 1101 | 0 | 101010 | 11000 | 1001111 | 101000 | 111100 |
Color Harmonies of #A8C170
Complementary color
Monochromatic Colors of #A8C170
Black with #A8C170
Text Example
Text Example
White with #A8C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C170; }
p { color: rgb(168,193,112); }
H1.HeaderClassName
{
color: #A8C170;
}
.AnyTagClassName
{
color: #A8C170;
}
</style>
background-color css
<style>
a { background-color: #A8C170; }
a { background-color: rgb(168,193,112); }
div.DivClassName
{
background-color: #A8C170;
}
.BgClassName
{
background-color: #A8C170;
}
</style>
border-color css
<style>
span { border-color: #A8C170; }
span { border-color: rgb(168,193,112); }
td.TdClassName
{
border-color: #A8C170;
}
.TagClassName
{
border-color: #A8C170;
}
</style>