Shades of Caper #A7B575
Tints of Caper #A7B575
RGB
CMYK
RGB Variations
Color information
#A7B575 (or 0xA7B575) is known color: Caper. HEX triplet: A7, B5 and 75. RGB value is (167,181,117). Sum of RGB (Red+Green+Blue) = 167+181+117=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B575 is #584A8A. Grayscale: #A9A9A9. Windows color (decimal): -5786251 or 7714215. OLE color: 7714215.
HSL color Cylindrical-coordinate representation of color #A7B575: hue angle of 73.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7B575 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 117 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.29 |
| HSL | 73.13º | 0.3% | 0.58% | - |
| HSV(B) | 73.13º | 0.35% | 0.71% | - |
| XYZ | 35.67 | 42.55 | 23.16 | - |
| YUV | 169.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 117 | 0.08 | 0 | 0.35 | 0.29 | 73.13 | 0.3 | 0.58 |
| Hex | A7 | B5 | 75 | 8 | 0 | 23 | 1D | 49 | 1E | 3A |
| Octal | 247 | 265 | 165 | 10 | 0 | 43 | 35 | 111 | 36 | 72 |
| Binary | 10100111 | 10110101 | 1110101 | 1000 | 0 | 100011 | 11101 | 1001001 | 11110 | 111010 |
Color Harmonies of #A7B575
Complementary color
Monochromatic Colors of #A7B575
Black with #A7B575
Text Example
Text Example
White with #A7B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B575; }
p { color: rgb(167,181,117); }
H1.HeaderClassName
{
color: #A7B575;
}
.AnyTagClassName
{
color: #A7B575;
}
</style>
background-color css
<style>
a { background-color: #A7B575; }
a { background-color: rgb(167,181,117); }
div.DivClassName
{
background-color: #A7B575;
}
.BgClassName
{
background-color: #A7B575;
}
</style>
border-color css
<style>
span { border-color: #A7B575; }
span { border-color: rgb(167,181,117); }
td.TdClassName
{
border-color: #A7B575;
}
.TagClassName
{
border-color: #A7B575;
}
</style>