Shades of Caper #A8C172
Tints of Caper #A8C172
RGB
CMYK
RGB Variations
Color information
#A8C172 (or 0xA8C172) is known color: Caper. HEX triplet: A8, C1 and 72. RGB value is (168,193,114). Sum of RGB (Red+Green+Blue) = 168+193+114=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C172 is #573E8D. Grayscale: #B0B0B0. Windows color (decimal): -5717646 or 7520680. OLE color: 7520680.
HSL color Cylindrical-coordinate representation of color #A8C172: hue angle of 78.99º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C172 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 114 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.24 |
| HSL | 78.99º | 0.39% | 0.6% | - |
| HSV(B) | 78.99º | 0.41% | 0.76% | - |
| XYZ | 38.26 | 47.68 | 23.11 | - |
| YUV | 176.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 114 | 0.13 | 0 | 0.41 | 0.24 | 78.99 | 0.39 | 0.6 |
| Hex | A8 | C1 | 72 | D | 0 | 29 | 18 | 4F | 27 | 3C |
| Octal | 250 | 301 | 162 | 15 | 0 | 51 | 30 | 117 | 47 | 74 |
| Binary | 10101000 | 11000001 | 1110010 | 1101 | 0 | 101001 | 11000 | 1001111 | 100111 | 111100 |
Color Harmonies of #A8C172
Complementary color
Monochromatic Colors of #A8C172
Black with #A8C172
Text Example
Text Example
White with #A8C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C172; }
p { color: rgb(168,193,114); }
H1.HeaderClassName
{
color: #A8C172;
}
.AnyTagClassName
{
color: #A8C172;
}
</style>
background-color css
<style>
a { background-color: #A8C172; }
a { background-color: rgb(168,193,114); }
div.DivClassName
{
background-color: #A8C172;
}
.BgClassName
{
background-color: #A8C172;
}
</style>
border-color css
<style>
span { border-color: #A8C172; }
span { border-color: rgb(168,193,114); }
td.TdClassName
{
border-color: #A8C172;
}
.TagClassName
{
border-color: #A8C172;
}
</style>