Shades of Caper #A8C072
Tints of Caper #A8C072
RGB
CMYK
RGB Variations
Color information
#A8C072 (or 0xA8C072) is known color: Caper. HEX triplet: A8, C0 and 72. RGB value is (168,192,114). Sum of RGB (Red+Green+Blue) = 168+192+114=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C072 is #573F8D. Grayscale: #B0B0B0. Windows color (decimal): -5717902 or 7520424. OLE color: 7520424.
HSL color Cylindrical-coordinate representation of color #A8C072: hue angle of 78.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8C072 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 114 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.25 |
| HSL | 78.46º | 0.38% | 0.6% | - |
| HSV(B) | 78.46º | 0.41% | 0.75% | - |
| XYZ | 38.04 | 47.24 | 23.03 | - |
| YUV | 175.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 114 | 0.12 | 0 | 0.41 | 0.25 | 78.46 | 0.38 | 0.6 |
| Hex | A8 | C0 | 72 | C | 0 | 29 | 19 | 4E | 26 | 3C |
| Octal | 250 | 300 | 162 | 14 | 0 | 51 | 31 | 116 | 46 | 74 |
| Binary | 10101000 | 11000000 | 1110010 | 1100 | 0 | 101001 | 11001 | 1001110 | 100110 | 111100 |
Color Harmonies of #A8C072
Complementary color
Monochromatic Colors of #A8C072
Black with #A8C072
Text Example
Text Example
White with #A8C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C072; }
p { color: rgb(168,192,114); }
H1.HeaderClassName
{
color: #A8C072;
}
.AnyTagClassName
{
color: #A8C072;
}
</style>
background-color css
<style>
a { background-color: #A8C072; }
a { background-color: rgb(168,192,114); }
div.DivClassName
{
background-color: #A8C072;
}
.BgClassName
{
background-color: #A8C072;
}
</style>
border-color css
<style>
span { border-color: #A8C072; }
span { border-color: rgb(168,192,114); }
td.TdClassName
{
border-color: #A8C072;
}
.TagClassName
{
border-color: #A8C072;
}
</style>