Shades of Caper #A7C275
Tints of Caper #A7C275
RGB
CMYK
RGB Variations
Color information
#A7C275 (or 0xA7C275) is known color: Caper. HEX triplet: A7, C2 and 75. RGB value is (167,194,117). Sum of RGB (Red+Green+Blue) = 167+194+117=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C275 is #583D8A. Grayscale: #B1B1B1. Windows color (decimal): -5782923 or 7717543. OLE color: 7717543.
HSL color Cylindrical-coordinate representation of color #A7C275: hue angle of 81.04º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7C275 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 117 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.24 |
| HSL | 81.04º | 0.39% | 0.61% | - |
| HSV(B) | 81.04º | 0.4% | 0.76% | - |
| XYZ | 38.44 | 48.08 | 24.08 | - |
| YUV | 177.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 117 | 0.14 | 0 | 0.40 | 0.24 | 81.04 | 0.39 | 0.61 |
| Hex | A7 | C2 | 75 | E | 0 | 28 | 18 | 51 | 27 | 3D |
| Octal | 247 | 302 | 165 | 16 | 0 | 50 | 30 | 121 | 47 | 75 |
| Binary | 10100111 | 11000010 | 1110101 | 1110 | 0 | 101000 | 11000 | 1010001 | 100111 | 111101 |
Color Harmonies of #A7C275
Complementary color
Monochromatic Colors of #A7C275
Black with #A7C275
Text Example
Text Example
White with #A7C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C275; }
p { color: rgb(167,194,117); }
H1.HeaderClassName
{
color: #A7C275;
}
.AnyTagClassName
{
color: #A7C275;
}
</style>
background-color css
<style>
a { background-color: #A7C275; }
a { background-color: rgb(167,194,117); }
div.DivClassName
{
background-color: #A7C275;
}
.BgClassName
{
background-color: #A7C275;
}
</style>
border-color css
<style>
span { border-color: #A7C275; }
span { border-color: rgb(167,194,117); }
td.TdClassName
{
border-color: #A7C275;
}
.TagClassName
{
border-color: #A7C275;
}
</style>