Shades of Caper #A8C47A
Tints of Caper #A8C47A
RGB
CMYK
RGB Variations
Color information
#A8C47A (or 0xA8C47A) is known color: Caper. HEX triplet: A8, C4 and 7A. RGB value is (168,196,122). Sum of RGB (Red+Green+Blue) = 168+196+122=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C47A is #573B85. Grayscale: #B3B3B3. Windows color (decimal): -5716870 or 8045736. OLE color: 8045736.
HSL color Cylindrical-coordinate representation of color #A8C47A: hue angle of 82.7º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8C47A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 122 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.23 |
| HSL | 82.7º | 0.39% | 0.62% | - |
| HSV(B) | 82.7º | 0.38% | 0.77% | - |
| XYZ | 39.4 | 49.21 | 25.83 | - |
| YUV | 179.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 122 | 0.14 | 0 | 0.38 | 0.23 | 82.7 | 0.39 | 0.62 |
| Hex | A8 | C4 | 7A | E | 0 | 26 | 17 | 53 | 27 | 3E |
| Octal | 250 | 304 | 172 | 16 | 0 | 46 | 27 | 123 | 47 | 76 |
| Binary | 10101000 | 11000100 | 1111010 | 1110 | 0 | 100110 | 10111 | 1010011 | 100111 | 111110 |
Color Harmonies of #A8C47A
Complementary color
Monochromatic Colors of #A8C47A
Black with #A8C47A
Text Example
Text Example
White with #A8C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C47A; }
p { color: rgb(168,196,122); }
H1.HeaderClassName
{
color: #A8C47A;
}
.AnyTagClassName
{
color: #A8C47A;
}
</style>
background-color css
<style>
a { background-color: #A8C47A; }
a { background-color: rgb(168,196,122); }
div.DivClassName
{
background-color: #A8C47A;
}
.BgClassName
{
background-color: #A8C47A;
}
</style>
border-color css
<style>
span { border-color: #A8C47A; }
span { border-color: rgb(168,196,122); }
td.TdClassName
{
border-color: #A8C47A;
}
.TagClassName
{
border-color: #A8C47A;
}
</style>