Shades of Caper #A7B67A
Tints of Caper #A7B67A
RGB
CMYK
RGB Variations
Color information
#A7B67A (or 0xA7B67A) is known color: Caper. HEX triplet: A7, B6 and 7A. RGB value is (167,182,122). Sum of RGB (Red+Green+Blue) = 167+182+122=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B67A is #584985. Grayscale: #AAAAAA. Windows color (decimal): -5785990 or 8042151. OLE color: 8042151.
HSL color Cylindrical-coordinate representation of color #A7B67A: hue angle of 75º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B67A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 182 | 122 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.29 |
| HSL | 75º | 0.29% | 0.6% | - |
| HSV(B) | 75º | 0.33% | 0.71% | - |
| XYZ | 36.18 | 43.08 | 24.82 | - |
| YUV | 170.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 122 | 0.08 | 0 | 0.33 | 0.29 | 75 | 0.29 | 0.6 |
| Hex | A7 | B6 | 7A | 8 | 0 | 21 | 1D | 4B | 1D | 3C |
| Octal | 247 | 266 | 172 | 10 | 0 | 41 | 35 | 113 | 35 | 74 |
| Binary | 10100111 | 10110110 | 1111010 | 1000 | 0 | 100001 | 11101 | 1001011 | 11101 | 111100 |
Color Harmonies of #A7B67A
Complementary color
Monochromatic Colors of #A7B67A
Black with #A7B67A
Text Example
Text Example
White with #A7B67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B67A; }
p { color: rgb(167,182,122); }
H1.HeaderClassName
{
color: #A7B67A;
}
.AnyTagClassName
{
color: #A7B67A;
}
</style>
background-color css
<style>
a { background-color: #A7B67A; }
a { background-color: rgb(167,182,122); }
div.DivClassName
{
background-color: #A7B67A;
}
.BgClassName
{
background-color: #A7B67A;
}
</style>
border-color css
<style>
span { border-color: #A7B67A; }
span { border-color: rgb(167,182,122); }
td.TdClassName
{
border-color: #A7B67A;
}
.TagClassName
{
border-color: #A7B67A;
}
</style>