Shades of Caper #A7C375
Tints of Caper #A7C375
RGB
CMYK
RGB Variations
Color information
#A7C375 (or 0xA7C375) is known color: Caper. HEX triplet: A7, C3 and 75. RGB value is (167,195,117). Sum of RGB (Red+Green+Blue) = 167+195+117=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C375 is #583C8A. Grayscale: #B2B2B2. Windows color (decimal): -5782667 or 7717799. OLE color: 7717799.
HSL color Cylindrical-coordinate representation of color #A7C375: hue angle of 81.54º 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 #A7C375 is Cyan = 0.14, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 117 | - |
| CMYK | 0.14 | 0 | 0.4 | 0.24 |
| HSL | 81.54º | 0.39% | 0.61% | - |
| HSV(B) | 81.54º | 0.4% | 0.76% | - |
| XYZ | 38.66 | 48.53 | 24.16 | - |
| YUV | 177.74 | 93.72 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 117 | 0.14 | 0 | 0.4 | 0.24 | 81.54 | 0.39 | 0.61 |
| Hex | A7 | C3 | 75 | E | 0 | 28 | 18 | 52 | 27 | 3D |
| Octal | 247 | 303 | 165 | 16 | 0 | 50 | 30 | 122 | 47 | 75 |
| Binary | 10100111 | 11000011 | 1110101 | 1110 | 0 | 101000 | 11000 | 1010010 | 100111 | 111101 |
Color Harmonies of #A7C375
Complementary color
Monochromatic Colors of #A7C375
Black with #A7C375
Text Example
Text Example
White with #A7C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C375; }
p { color: rgb(167,195,117); }
H1.HeaderClassName
{
color: #A7C375;
}
.AnyTagClassName
{
color: #A7C375;
}
</style>
background-color css
<style>
a { background-color: #A7C375; }
a { background-color: rgb(167,195,117); }
div.DivClassName
{
background-color: #A7C375;
}
.BgClassName
{
background-color: #A7C375;
}
</style>
border-color css
<style>
span { border-color: #A7C375; }
span { border-color: rgb(167,195,117); }
td.TdClassName
{
border-color: #A7C375;
}
.TagClassName
{
border-color: #A7C375;
}
</style>