Shades of Caper #A7B875
Tints of Caper #A7B875
RGB
CMYK
RGB Variations
Color information
#A7B875 (or 0xA7B875) is known color: Caper. HEX triplet: A7, B8 and 75. RGB value is (167,184,117). Sum of RGB (Red+Green+Blue) = 167+184+117=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B875 is #58478A. Grayscale: #ABABAB. Windows color (decimal): -5785483 or 7714983. OLE color: 7714983.
HSL color Cylindrical-coordinate representation of color #A7B875: hue angle of 75.22º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7B875 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 117 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.28 |
| HSL | 75.22º | 0.32% | 0.59% | - |
| HSV(B) | 75.22º | 0.36% | 0.72% | - |
| XYZ | 36.29 | 43.78 | 23.37 | - |
| YUV | 171.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 117 | 0.09 | 0 | 0.36 | 0.28 | 75.22 | 0.32 | 0.59 |
| Hex | A7 | B8 | 75 | 9 | 0 | 24 | 1C | 4B | 20 | 3B |
| Octal | 247 | 270 | 165 | 11 | 0 | 44 | 34 | 113 | 40 | 73 |
| Binary | 10100111 | 10111000 | 1110101 | 1001 | 0 | 100100 | 11100 | 1001011 | 100000 | 111011 |
Color Harmonies of #A7B875
Complementary color
Monochromatic Colors of #A7B875
Black with #A7B875
Text Example
Text Example
White with #A7B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B875; }
p { color: rgb(167,184,117); }
H1.HeaderClassName
{
color: #A7B875;
}
.AnyTagClassName
{
color: #A7B875;
}
</style>
background-color css
<style>
a { background-color: #A7B875; }
a { background-color: rgb(167,184,117); }
div.DivClassName
{
background-color: #A7B875;
}
.BgClassName
{
background-color: #A7B875;
}
</style>
border-color css
<style>
span { border-color: #A7B875; }
span { border-color: rgb(167,184,117); }
td.TdClassName
{
border-color: #A7B875;
}
.TagClassName
{
border-color: #A7B875;
}
</style>