Shades of Caper #A7B975
Tints of Caper #A7B975
RGB
CMYK
RGB Variations
Color information
#A7B975 (or 0xA7B975) is known color: Caper. HEX triplet: A7, B9 and 75. RGB value is (167,185,117). Sum of RGB (Red+Green+Blue) = 167+185+117=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B975 is #58468A. Grayscale: #ACACAC. Windows color (decimal): -5785227 or 7715239. OLE color: 7715239.
HSL color Cylindrical-coordinate representation of color #A7B975: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7B975 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 117 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.27 |
| HSL | 75.88º | 0.33% | 0.59% | - |
| HSV(B) | 75.88º | 0.37% | 0.73% | - |
| XYZ | 36.5 | 44.2 | 23.44 | - |
| YUV | 171.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 117 | 0.10 | 0 | 0.37 | 0.27 | 75.88 | 0.33 | 0.59 |
| Hex | A7 | B9 | 75 | A | 0 | 25 | 1B | 4C | 21 | 3B |
| Octal | 247 | 271 | 165 | 12 | 0 | 45 | 33 | 114 | 41 | 73 |
| Binary | 10100111 | 10111001 | 1110101 | 1010 | 0 | 100101 | 11011 | 1001100 | 100001 | 111011 |
Color Harmonies of #A7B975
Complementary color
Monochromatic Colors of #A7B975
Black with #A7B975
Text Example
Text Example
White with #A7B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B975; }
p { color: rgb(167,185,117); }
H1.HeaderClassName
{
color: #A7B975;
}
.AnyTagClassName
{
color: #A7B975;
}
</style>
background-color css
<style>
a { background-color: #A7B975; }
a { background-color: rgb(167,185,117); }
div.DivClassName
{
background-color: #A7B975;
}
.BgClassName
{
background-color: #A7B975;
}
</style>
border-color css
<style>
span { border-color: #A7B975; }
span { border-color: rgb(167,185,117); }
td.TdClassName
{
border-color: #A7B975;
}
.TagClassName
{
border-color: #A7B975;
}
</style>