Shades of Caper #A7B872
Tints of Caper #A7B872
RGB
CMYK
RGB Variations
Color information
#A7B872 (or 0xA7B872) is known color: Caper. HEX triplet: A7, B8 and 72. RGB value is (167,184,114). Sum of RGB (Red+Green+Blue) = 167+184+114=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B872 is #58478D. Grayscale: #ABABAB. Windows color (decimal): -5785486 or 7518375. OLE color: 7518375.
HSL color Cylindrical-coordinate representation of color #A7B872: hue angle of 74.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B872 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 114 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.28 |
| HSL | 74.57º | 0.33% | 0.58% | - |
| HSV(B) | 74.57º | 0.38% | 0.72% | - |
| XYZ | 36.11 | 43.71 | 22.45 | - |
| YUV | 170.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 114 | 0.09 | 0 | 0.38 | 0.28 | 74.57 | 0.33 | 0.58 |
| Hex | A7 | B8 | 72 | 9 | 0 | 26 | 1C | 4B | 21 | 3A |
| Octal | 247 | 270 | 162 | 11 | 0 | 46 | 34 | 113 | 41 | 72 |
| Binary | 10100111 | 10111000 | 1110010 | 1001 | 0 | 100110 | 11100 | 1001011 | 100001 | 111010 |
Color Harmonies of #A7B872
Complementary color
Monochromatic Colors of #A7B872
Black with #A7B872
Text Example
Text Example
White with #A7B872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B872; }
p { color: rgb(167,184,114); }
H1.HeaderClassName
{
color: #A7B872;
}
.AnyTagClassName
{
color: #A7B872;
}
</style>
background-color css
<style>
a { background-color: #A7B872; }
a { background-color: rgb(167,184,114); }
div.DivClassName
{
background-color: #A7B872;
}
.BgClassName
{
background-color: #A7B872;
}
</style>
border-color css
<style>
span { border-color: #A7B872; }
span { border-color: rgb(167,184,114); }
td.TdClassName
{
border-color: #A7B872;
}
.TagClassName
{
border-color: #A7B872;
}
</style>