Shades of Caper #A8C074
Tints of Caper #A8C074
RGB
CMYK
RGB Variations
Color information
#A8C074 (or 0xA8C074) is known color: Caper. HEX triplet: A8, C0 and 74. RGB value is (168,192,116). Sum of RGB (Red+Green+Blue) = 168+192+116=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C074 is #573F8B. Grayscale: #B0B0B0. Windows color (decimal): -5717900 or 7651496. OLE color: 7651496.
HSL color Cylindrical-coordinate representation of color #A8C074: hue angle of 78.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8C074 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 116 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.25 |
| HSL | 78.95º | 0.38% | 0.6% | - |
| HSV(B) | 78.95º | 0.4% | 0.75% | - |
| XYZ | 38.15 | 47.29 | 23.64 | - |
| YUV | 176.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 116 | 0.12 | 0 | 0.40 | 0.25 | 78.95 | 0.38 | 0.6 |
| Hex | A8 | C0 | 74 | C | 0 | 28 | 19 | 4F | 26 | 3C |
| Octal | 250 | 300 | 164 | 14 | 0 | 50 | 31 | 117 | 46 | 74 |
| Binary | 10101000 | 11000000 | 1110100 | 1100 | 0 | 101000 | 11001 | 1001111 | 100110 | 111100 |
Color Harmonies of #A8C074
Complementary color
Monochromatic Colors of #A8C074
Black with #A8C074
Text Example
Text Example
White with #A8C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C074; }
p { color: rgb(168,192,116); }
H1.HeaderClassName
{
color: #A8C074;
}
.AnyTagClassName
{
color: #A8C074;
}
</style>
background-color css
<style>
a { background-color: #A8C074; }
a { background-color: rgb(168,192,116); }
div.DivClassName
{
background-color: #A8C074;
}
.BgClassName
{
background-color: #A8C074;
}
</style>
border-color css
<style>
span { border-color: #A8C074; }
span { border-color: rgb(168,192,116); }
td.TdClassName
{
border-color: #A8C074;
}
.TagClassName
{
border-color: #A8C074;
}
</style>