#A7B671

Color #A7B671 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A7B671

Tints of Caper #A7B671

Color information

#A7B671 (or 0xA7B671) is unknown color: approx Caper. HEX triplet: A7, B6 and 71. RGB value is (167,182,113). Sum of RGB (Red+Green+Blue) = 167+182+113=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B671 is #58498E. Grayscale: #A9A9A9. Windows color (decimal): -5785999 or 7452327. OLE color: 7452327.

HSL color Cylindrical-coordinate representation of color #A7B671: hue angle of 73.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7B671 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB167182113-
CMYK0.0800.380.29
HSL73.04º32.09%57.84%-
HSV(B)73.04º37.91%71.37%-
XYZ35.6442.8622.02-
YUV169.6596.03126.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=36.15%
G=39.39%
B=24.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671821130.0800.380.2973.0432.0957.84
HexA7B67180261D49203a
Octal24726616110046351114072
Binary1010011110110110111000110000100110111011001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B671; }

 p { color: rgb(167,182,113); }

 H1.HeaderClassName
 {
   color: #A7B671;
 }
 .AnyTagClassName
 {
   color: #A7B671;
 }
</style>
background-color css

<style>
 a { background-color: #A7B671; }

 a { background-color: rgb(167,182,113); }

 div.DivClassName
 {
   background-color: #A7B671;
 }
 .BgClassName
 {
   background-color: #A7B671;
 }
</style>
border-color css

<style>
 span { border-color: #A7B671; }

 span { border-color: rgb(167,182,113); }

 td.TdClassName
 {
   border-color: #A7B671;
 }
 .TagClassName
 {
   border-color: #A7B671;
 }
</style>