Shades of Caper #A8C672
Tints of Caper #A8C672
RGB
CMYK
RGB Variations
Color information
#A8C672 (or 0xA8C672) is known color: Caper. HEX triplet: A8, C6 and 72. RGB value is (168,198,114). Sum of RGB (Red+Green+Blue) = 168+198+114=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C672 is #57398D. Grayscale: #B3B3B3. Windows color (decimal): -5716366 or 7521960. OLE color: 7521960.
HSL color Cylindrical-coordinate representation of color #A8C672: hue angle of 81.43º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C672 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 114 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.22 |
| HSL | 81.43º | 0.42% | 0.61% | - |
| HSV(B) | 81.43º | 0.42% | 0.78% | - |
| XYZ | 39.38 | 49.93 | 23.48 | - |
| YUV | 179.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 114 | 0.15 | 0 | 0.42 | 0.22 | 81.43 | 0.42 | 0.61 |
| Hex | A8 | C6 | 72 | F | 0 | 2A | 16 | 51 | 2A | 3D |
| Octal | 250 | 306 | 162 | 17 | 0 | 52 | 26 | 121 | 52 | 75 |
| Binary | 10101000 | 11000110 | 1110010 | 1111 | 0 | 101010 | 10110 | 1010001 | 101010 | 111101 |
Color Harmonies of #A8C672
Complementary color
Monochromatic Colors of #A8C672
Black with #A8C672
Text Example
Text Example
White with #A8C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C672; }
p { color: rgb(168,198,114); }
H1.HeaderClassName
{
color: #A8C672;
}
.AnyTagClassName
{
color: #A8C672;
}
</style>
background-color css
<style>
a { background-color: #A8C672; }
a { background-color: rgb(168,198,114); }
div.DivClassName
{
background-color: #A8C672;
}
.BgClassName
{
background-color: #A8C672;
}
</style>
border-color css
<style>
span { border-color: #A8C672; }
span { border-color: rgb(168,198,114); }
td.TdClassName
{
border-color: #A8C672;
}
.TagClassName
{
border-color: #A8C672;
}
</style>