Shades of Caper #A7C176
Tints of Caper #A7C176
RGB
CMYK
RGB Variations
Color information
#A7C176 (or 0xA7C176) is known color: Caper. HEX triplet: A7, C1 and 76. RGB value is (167,193,118). Sum of RGB (Red+Green+Blue) = 167+193+118=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C176 is #583E89. Grayscale: #B0B0B0. Windows color (decimal): -5783178 or 7782823. OLE color: 7782823.
HSL color Cylindrical-coordinate representation of color #A7C176: hue angle of 80.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7C176 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 118 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.24 |
| HSL | 80.8º | 0.38% | 0.61% | - |
| HSV(B) | 80.8º | 0.39% | 0.76% | - |
| XYZ | 38.28 | 47.66 | 24.32 | - |
| YUV | 176.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 118 | 0.13 | 0 | 0.39 | 0.24 | 80.8 | 0.38 | 0.61 |
| Hex | A7 | C1 | 76 | D | 0 | 27 | 18 | 51 | 26 | 3D |
| Octal | 247 | 301 | 166 | 15 | 0 | 47 | 30 | 121 | 46 | 75 |
| Binary | 10100111 | 11000001 | 1110110 | 1101 | 0 | 100111 | 11000 | 1010001 | 100110 | 111101 |
Color Harmonies of #A7C176
Complementary color
Monochromatic Colors of #A7C176
Black with #A7C176
Text Example
Text Example
White with #A7C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C176; }
p { color: rgb(167,193,118); }
H1.HeaderClassName
{
color: #A7C176;
}
.AnyTagClassName
{
color: #A7C176;
}
</style>
background-color css
<style>
a { background-color: #A7C176; }
a { background-color: rgb(167,193,118); }
div.DivClassName
{
background-color: #A7C176;
}
.BgClassName
{
background-color: #A7C176;
}
</style>
border-color css
<style>
span { border-color: #A7C176; }
span { border-color: rgb(167,193,118); }
td.TdClassName
{
border-color: #A7C176;
}
.TagClassName
{
border-color: #A7C176;
}
</style>