Shades of Caper #A8C075
Tints of Caper #A8C075
RGB
CMYK
RGB Variations
Color information
#A8C075 (or 0xA8C075) is known color: Caper. HEX triplet: A8, C0 and 75. RGB value is (168,192,117). Sum of RGB (Red+Green+Blue) = 168+192+117=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C075 is #573F8A. Grayscale: #B0B0B0. Windows color (decimal): -5717899 or 7717032. OLE color: 7717032.
HSL color Cylindrical-coordinate representation of color #A8C075: hue angle of 79.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8C075 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 117 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.25 |
| HSL | 79.2º | 0.37% | 0.61% | - |
| HSV(B) | 79.2º | 0.39% | 0.75% | - |
| XYZ | 38.21 | 47.31 | 23.95 | - |
| YUV | 176.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 117 | 0.12 | 0 | 0.39 | 0.25 | 79.2 | 0.37 | 0.61 |
| Hex | A8 | C0 | 75 | C | 0 | 27 | 19 | 4F | 25 | 3D |
| Octal | 250 | 300 | 165 | 14 | 0 | 47 | 31 | 117 | 45 | 75 |
| Binary | 10101000 | 11000000 | 1110101 | 1100 | 0 | 100111 | 11001 | 1001111 | 100101 | 111101 |
Color Harmonies of #A8C075
Complementary color
Monochromatic Colors of #A8C075
Black with #A8C075
Text Example
Text Example
White with #A8C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C075; }
p { color: rgb(168,192,117); }
H1.HeaderClassName
{
color: #A8C075;
}
.AnyTagClassName
{
color: #A8C075;
}
</style>
background-color css
<style>
a { background-color: #A8C075; }
a { background-color: rgb(168,192,117); }
div.DivClassName
{
background-color: #A8C075;
}
.BgClassName
{
background-color: #A8C075;
}
</style>
border-color css
<style>
span { border-color: #A8C075; }
span { border-color: rgb(168,192,117); }
td.TdClassName
{
border-color: #A8C075;
}
.TagClassName
{
border-color: #A8C075;
}
</style>