Shades of Caper #A7BD72
Tints of Caper #A7BD72
RGB
CMYK
RGB Variations
Color information
#A7BD72 (or 0xA7BD72) is known color: Caper. HEX triplet: A7, BD and 72. RGB value is (167,189,114). Sum of RGB (Red+Green+Blue) = 167+189+114=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD72 is #58428D. Grayscale: #AEAEAE. Windows color (decimal): -5784206 or 7519655. OLE color: 7519655.
HSL color Cylindrical-coordinate representation of color #A7BD72: hue angle of 77.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7BD72 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 114 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.26 |
| HSL | 77.6º | 0.36% | 0.59% | - |
| HSV(B) | 77.6º | 0.4% | 0.74% | - |
| XYZ | 37.17 | 45.83 | 22.81 | - |
| YUV | 173.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 114 | 0.12 | 0 | 0.40 | 0.26 | 77.6 | 0.36 | 0.59 |
| Hex | A7 | BD | 72 | C | 0 | 28 | 1A | 4E | 24 | 3B |
| Octal | 247 | 275 | 162 | 14 | 0 | 50 | 32 | 116 | 44 | 73 |
| Binary | 10100111 | 10111101 | 1110010 | 1100 | 0 | 101000 | 11010 | 1001110 | 100100 | 111011 |
Color Harmonies of #A7BD72
Complementary color
Monochromatic Colors of #A7BD72
Black with #A7BD72
Text Example
Text Example
White with #A7BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD72; }
p { color: rgb(167,189,114); }
H1.HeaderClassName
{
color: #A7BD72;
}
.AnyTagClassName
{
color: #A7BD72;
}
</style>
background-color css
<style>
a { background-color: #A7BD72; }
a { background-color: rgb(167,189,114); }
div.DivClassName
{
background-color: #A7BD72;
}
.BgClassName
{
background-color: #A7BD72;
}
</style>
border-color css
<style>
span { border-color: #A7BD72; }
span { border-color: rgb(167,189,114); }
td.TdClassName
{
border-color: #A7BD72;
}
.TagClassName
{
border-color: #A7BD72;
}
</style>