Shades of Caper #A7B67B
Tints of Caper #A7B67B
RGB
CMYK
RGB Variations
Color information
#A7B67B (or 0xA7B67B) is known color: Caper. HEX triplet: A7, B6 and 7B. RGB value is (167,182,123). Sum of RGB (Red+Green+Blue) = 167+182+123=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B67B is #584984. Grayscale: #ABABAB. Windows color (decimal): -5785989 or 8107687. OLE color: 8107687.
HSL color Cylindrical-coordinate representation of color #A7B67B: hue angle of 75.25º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7B67B is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 123 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.29 |
| HSL | 75.25º | 0.29% | 0.6% | - |
| HSV(B) | 75.25º | 0.32% | 0.71% | - |
| XYZ | 36.24 | 43.1 | 25.15 | - |
| YUV | 170.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 123 | 0.08 | 0 | 0.32 | 0.29 | 75.25 | 0.29 | 0.6 |
| Hex | A7 | B6 | 7B | 8 | 0 | 20 | 1D | 4B | 1D | 3C |
| Octal | 247 | 266 | 173 | 10 | 0 | 40 | 35 | 113 | 35 | 74 |
| Binary | 10100111 | 10110110 | 1111011 | 1000 | 0 | 100000 | 11101 | 1001011 | 11101 | 111100 |
Color Harmonies of #A7B67B
Complementary color
Monochromatic Colors of #A7B67B
Black with #A7B67B
Text Example
Text Example
White with #A7B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B67B; }
p { color: rgb(167,182,123); }
H1.HeaderClassName
{
color: #A7B67B;
}
.AnyTagClassName
{
color: #A7B67B;
}
</style>
background-color css
<style>
a { background-color: #A7B67B; }
a { background-color: rgb(167,182,123); }
div.DivClassName
{
background-color: #A7B67B;
}
.BgClassName
{
background-color: #A7B67B;
}
</style>
border-color css
<style>
span { border-color: #A7B67B; }
span { border-color: rgb(167,182,123); }
td.TdClassName
{
border-color: #A7B67B;
}
.TagClassName
{
border-color: #A7B67B;
}
</style>